#5b2a77

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

Shades of Kingfisher Daisy #5B2A77

Tints of Kingfisher Daisy #5B2A77

Color information

#5B2A77 (or 0x5B2A77) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 2A and 77. RGB value is (91,42,119). Sum of RGB (Red+Green+Blue) = 91+42+119=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B2A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2A77 is #A4D588. Grayscale: #414141. Windows color (decimal): -10802569 or 7809627. OLE color: 7809627.

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

Color convert

RGB9142119-
CMYK0.240.6500.53
HSL278.18º47.83%31.57%-
HSV(B)278.18º64.71%46.67%-
XYZ8.475.2118.01-
YUV65.43158.23146.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.11%
GREEN value IS 42 (16.80% from 255) = 16.67%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=36.11%
G=16.67%
B=47.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91421190.240.6500.53278.1847.8331.57
Hex5B2A7718410351163020
Octal13352167301010654266040
Binary101101110101011101111100010000010110101100010110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b2a77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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