#5B2C77

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

Shades of Kingfisher Daisy #5B2C77

Tints of Kingfisher Daisy #5B2C77

Color information

#5B2C77 (or 0x5B2C77) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 2C and 77. RGB value is (91,44,119). Sum of RGB (Red+Green+Blue) = 91+44+119=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B2C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2C77 is #A4D388. Grayscale: #424242. Windows color (decimal): -10802057 or 7810139. OLE color: 7810139.

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

Color convert

RGB9144119-
CMYK0.240.6300.53
HSL277.6º46.01%31.96%-
HSV(B)277.6º63.03%46.67%-
XYZ8.545.3618.04-
YUV66.6157.57145.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.83%
GREEN value IS 44 (17.58% from 255) = 17.32%
BLUE value IS 119 (46.88% from 255) = 46.85%
R=35.83%
G=17.32%
B=46.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91441190.240.6300.53277.646.0131.96
Hex5B2C77183F0351162e20
Octal1335416730770654265640
Binary10110111011001110111110001111110110101100010110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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