#5B3278

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

Shades of Kingfisher Daisy #5B3278

Tints of Kingfisher Daisy #5B3278

Color information

#5B3278 (or 0x5B3278) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 32 and 78. RGB value is (91,50,120). Sum of RGB (Red+Green+Blue) = 91+50+120=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B3278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3278 is #A4CD87. Grayscale: #464646. Windows color (decimal): -10800520 or 7877211. OLE color: 7877211.

HSL color Cylindrical-coordinate representation of color #5B3278: hue angle of 275.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B3278 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9150120-
CMYK0.240.5800.53
HSL275.14º41.18%33.33%-
HSV(B)275.14º58.33%47.06%-
XYZ8.855.8618.43-
YUV70.24156.08142.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.87%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=34.87%
G=19.16%
B=45.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91501200.240.5800.53275.1441.1833.33
Hex5B3278183A0351132921
Octal1336217030720654235141
Binary10110111100101111000110001110100110101100010011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,50,120); }

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

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

 a { background-color: rgb(91,50,120); }

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

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

 span { border-color: rgb(91,50,120); }

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