#5B4775

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

Shades of Kingfisher Daisy #5B4775

Tints of Kingfisher Daisy #5B4775

Color information

#5B4775 (or 0x5B4775) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 47 and 75. RGB value is (91,71,117). Sum of RGB (Red+Green+Blue) = 91+71+117=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B4775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4775 is #A4B88A. Grayscale: #525252. Windows color (decimal): -10795147 or 7685979. OLE color: 7685979.

HSL color Cylindrical-coordinate representation of color #5B4775: hue angle of 266.09º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B4775 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9171117-
CMYK0.220.3900.54
HSL266.09º24.47%36.86%-
HSV(B)266.09º39.32%45.88%-
XYZ9.788.0117.86-
YUV82.22147.63134.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.62%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=32.62%
G=25.45%
B=41.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91711170.220.3900.54266.0924.4736.86
Hex5B4775162703610a1825
Octal13310716526470664123045
Binary10110111000111111010110110100111011011010000101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,71,117); }

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

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

 a { background-color: rgb(91,71,117); }

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

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

 span { border-color: rgb(91,71,117); }

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