#5B3277

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

Shades of Kingfisher Daisy #5B3277

Tints of Kingfisher Daisy #5B3277

Color information

#5B3277 (or 0x5B3277) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 32 and 77. RGB value is (91,50,119). Sum of RGB (Red+Green+Blue) = 91+50+119=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B3277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3277 is #A4CD88. Grayscale: #454545. Windows color (decimal): -10800521 or 7811675. OLE color: 7811675.

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

Color convert

RGB9150119-
CMYK0.240.5800.53
HSL275.65º40.83%33.14%-
HSV(B)275.65º57.98%46.67%-
XYZ8.785.8418.12-
YUV70.12155.58142.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=35%
G=19.23%
B=45.77%

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
Decimal91501190.240.5800.53275.6540.8333.14
Hex5B3277183A0351142921
Octal1336216730720654245141
Binary10110111100101110111110001110100110101100010100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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