#5C2392

Color #5C2392 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5C2392

Tints of Kingfisher Daisy #5C2392

Color information

#5C2392 (or 0x5C2392) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 23 and 92. RGB value is (92,35,146). Sum of RGB (Red+Green+Blue) = 92+35+146=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C2392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2392 is #A3DC6D. Grayscale: #404040. Windows color (decimal): -10738798 or 9577308. OLE color: 9577308.

HSL color Cylindrical-coordinate representation of color #5C2392: hue angle of 270.81º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2392 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9235146-
CMYK0.370.7600.43
HSL270.81º61.33%35.49%-
HSV(B)270.81º76.03%57.25%-
XYZ10.25.5527.73-
YUV64.7173.88147.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 33.70%
GREEN value IS 35 (14.06% from 255) = 12.82%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=33.70%
G=12.82%
B=53.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92351460.370.7600.43270.8161.3335.49
Hex5C2392254C02B10f3d23
Octal13443222451140534177543
Binary10111001000111001001010010110011000101011100001111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C2392; }

 p { color: rgb(92,35,146); }

 H1.HeaderClassName
 {
   color: #5C2392;
 }
 .AnyTagClassName
 {
   color: #5C2392;
 }
</style>
background-color css

<style>
 a { background-color: #5C2392; }

 a { background-color: rgb(92,35,146); }

 div.DivClassName
 {
   background-color: #5C2392;
 }
 .BgClassName
 {
   background-color: #5C2392;
 }
</style>
border-color css

<style>
 span { border-color: #5C2392; }

 span { border-color: rgb(92,35,146); }

 td.TdClassName
 {
   border-color: #5C2392;
 }
 .TagClassName
 {
   border-color: #5C2392;
 }
</style>