#5C4377

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

Shades of Kingfisher Daisy #5C4377

Tints of Kingfisher Daisy #5C4377

Color information

#5C4377 (or 0x5C4377) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 43 and 77. RGB value is (92,67,119). Sum of RGB (Red+Green+Blue) = 92+67+119=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C4377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4377 is #A3BC88. Grayscale: #505050. Windows color (decimal): -10730633 or 7816028. OLE color: 7816028.

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

Color convert

RGB9267119-
CMYK0.230.4400.53
HSL268.85º27.96%36.47%-
HSV(B)268.85º43.7%46.67%-
XYZ9.757.6218.41-
YUV80.4149.78136.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.09%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=33.09%
G=24.10%
B=42.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92671190.230.4400.53268.8527.9636.47
Hex5C4377172C03510d1c24
Octal13410316727540654153444
Binary10111001000011111011110111101100011010110000110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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