#5B4377

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

Shades of Kingfisher Daisy #5B4377

Tints of Kingfisher Daisy #5B4377

Color information

#5B4377 (or 0x5B4377) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 43 and 77. RGB value is (91,67,119). Sum of RGB (Red+Green+Blue) = 91+67+119=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 67 (26.56% from 255 or 24.19% 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 #5B4377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4377 is #A4BC88. Grayscale: #4F4F4F. Windows color (decimal): -10796169 or 7816027. OLE color: 7816027.

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

Color convert

RGB9167119-
CMYK0.240.4400.53
HSL267.69º27.96%36.47%-
HSV(B)267.69º43.7%46.67%-
XYZ9.657.5718.41-
YUV80.1149.95135.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=32.85%
G=24.19%
B=42.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91671190.240.4400.53267.6927.9636.47
Hex5B4377182C03510c1c24
Octal13310316730540654143444
Binary10110111000011111011111000101100011010110000110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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