Html Css Color HEX #5B228E Kingfisher Daisy

📋 copy color: '#5B228E'

red 91 ◦ green 34 ◦ blue 142

#5B228E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #5B228E

Tints of Kingfisher Daisy #5B228E

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 value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B228E (or 0x5B228E) is known color: 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

RGB 91 34 142 -
CMYK 0.36 0.76 0 0.44
HSL 271.67º 0.61% 0.35% -
HSV(B) 271.67º 0.76% 0.56% -
XYZ 9.77 5.32 26.1 -
YUV 63.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 91 34 142 0.36 0.76 0 0.44 271.67 0.61 0.35
Hex 5B 22 8E 24 4C 0 2C 110 3D 23
Octal 133 42 216 44 114 0 54 420 75 43
Binary 1011011 100010 10001110 100100 1001100 0 101100 100010000 111101 100011

Color Harmonies of #5B228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B228E

Black with #5B228E

Text Example


Text Example

White with #5B228E

Text Example


Text Example

HTML Codes & Css Web 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>