#5D4377

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

Shades of Kingfisher Daisy #5D4377

Tints of Kingfisher Daisy #5D4377

Color information

#5D4377 (or 0x5D4377) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 43 and 77. RGB value is (93,67,119). Sum of RGB (Red+Green+Blue) = 93+67+119=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D4377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4377 is #A2BC88. Grayscale: #505050. Windows color (decimal): -10665097 or 7816029. OLE color: 7816029.

HSL color Cylindrical-coordinate representation of color #5D4377: hue angle of 270º 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 #5D4377 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9367119-
CMYK0.220.4400.53
HSL270º27.96%36.47%-
HSV(B)270º43.7%46.67%-
XYZ9.857.6718.41-
YUV80.7149.61136.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=33.33%
G=24.01%
B=42.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93671190.220.4400.5327027.9636.47
Hex5D4377162C03510e1c24
Octal13510316726540654163444
Binary10111011000011111011110110101100011010110000111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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