#5B2E79

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

Shades of Kingfisher Daisy #5B2E79

Tints of Kingfisher Daisy #5B2E79

Color information

#5B2E79 (or 0x5B2E79) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 2E and 79. RGB value is (91,46,121). Sum of RGB (Red+Green+Blue) = 91+46+121=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B2E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2E79 is #A4D186. Grayscale: #434343. Windows color (decimal): -10801543 or 7941723. OLE color: 7941723.

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

Color convert

RGB9146121-
CMYK0.250.6200.53
HSL276º44.91%32.75%-
HSV(B)276º61.98%47.45%-
XYZ8.745.5618.7-
YUV68157.91144.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.27%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=35.27%
G=17.83%
B=46.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91461210.250.6200.5327644.9132.75
Hex5B2E79193E0351142d21
Octal1335617131760654245541
Binary10110111011101111001110011111100110101100010100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,46,121); }

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

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

 a { background-color: rgb(91,46,121); }

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

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

 span { border-color: rgb(91,46,121); }

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