#5C4277

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

Shades of Kingfisher Daisy #5C4277

Tints of Kingfisher Daisy #5C4277

Color information

#5C4277 (or 0x5C4277) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 42 and 77. RGB value is (92,66,119). Sum of RGB (Red+Green+Blue) = 92+66+119=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C4277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4277 is #A3BD88. Grayscale: #4F4F4F. Windows color (decimal): -10730889 or 7815772. OLE color: 7815772.

HSL color Cylindrical-coordinate representation of color #5C4277: hue angle of 269.43º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C4277 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9266119-
CMYK0.230.4500.53
HSL269.43º28.65%36.27%-
HSV(B)269.43º44.54%46.67%-
XYZ9.697.518.39-
YUV79.82150.11136.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.21%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=33.21%
G=23.83%
B=42.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92661190.230.4500.53269.4328.6536.27
Hex5C4277172D03510d1d24
Octal13410216727550654153544
Binary10111001000010111011110111101101011010110000110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,66,119); }

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

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

 a { background-color: rgb(92,66,119); }

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

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

 span { border-color: rgb(92,66,119); }

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