#5B228E

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

Shades of Kingfisher Daisy #5B228E

Tints of Kingfisher Daisy #5B228E

Color information

#5B228E (or 0x5B228E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 22 and 8E. RGB value is (91,34,142). Sum of RGB (Red+Green+Blue) = 91+34+142=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B228E is #A4DD71. Grayscale: #3E3E3E. Windows color (decimal): -10804594 or 9314907. OLE color: 9314907.

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

Color convert

RGB9134142-
CMYK0.360.7600.44
HSL271.67º61.36%34.51%-
HSV(B)271.67º76.06%55.69%-
XYZ9.775.3226.1-
YUV63.36172.38147.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.08%
GREEN value IS 34 (13.67% from 255) = 12.73%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=34.08%
G=12.73%
B=53.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91341420.360.7600.44271.6761.3634.51
Hex5B228E244C02C1103d23
Octal13342216441140544207543
Binary10110111000101000111010010010011000101100100010000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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