#5B218E

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

Shades of Kingfisher Daisy #5B218E

Tints of Kingfisher Daisy #5B218E

Color information

#5B218E (or 0x5B218E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 21 and 8E. RGB value is (91,33,142). Sum of RGB (Red+Green+Blue) = 91+33+142=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B218E is #A4DE71. Grayscale: #3E3E3E. Windows color (decimal): -10804850 or 9314651. OLE color: 9314651.

HSL color Cylindrical-coordinate representation of color #5B218E: hue angle of 271.93º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B218E is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9133142-
CMYK0.360.7700.44
HSL271.93º62.29%34.31%-
HSV(B)271.93º76.76%55.69%-
XYZ9.745.2626.09-
YUV62.77172.72148.14-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.21%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 142 (55.86% from 255) = 53.38%
R=34.21%
G=12.41%
B=53.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91331420.360.7700.44271.9362.2934.31
Hex5B218E244D02C1103e22
Octal13341216441150544207642
Binary10110111000011000111010010010011010101100100010000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,33,142); }

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

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

 a { background-color: rgb(91,33,142); }

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

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

 span { border-color: rgb(91,33,142); }

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