Html Css Color HEX #5E218E Kingfisher Daisy

📋 copy color: '#5E218E'

red 94 ◦ green 33 ◦ blue 142

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

Shades of Kingfisher Daisy #5E218E

Tints of Kingfisher Daisy #5E218E

RGB

 RED value IS 94 (37.11% from 255) = 34.94%

 GREEN value IS 33 (13.28% from 255) = 12.27%

 BLUE value IS 142 (55.86% from 255) = 52.79%

R = 34.94%
G = 12.27%
B = 52.79%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E218E (or 0x5E218E) is known color: Kingfisher Daisy. HEX triplet: 5E, 21 and 8E. RGB value is (94,33,142). Sum of RGB (Red+Green+Blue) = 94+33+142=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E218E is #A1DE71. Grayscale: #3F3F3F. Windows color (decimal): -10608242 or 9314654. OLE color: 9314654.

HSL color Cylindrical-coordinate representation of color #5E218E: hue angle of 273.58º 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 #5E218E is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 33 142 -
CMYK 0.34 0.77 0 0.44
HSL 273.58º 0.62% 0.34% -
HSV(B) 273.58º 0.77% 0.56% -
XYZ 10.04 5.42 26.11 -
YUV 63.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 94 33 142 0.34 0.77 0 0.44 273.58 0.62 0.34
Hex 5E 21 8E 22 4D 0 2C 112 3E 22
Octal 136 41 216 42 115 0 54 422 76 42
Binary 1011110 100001 10001110 100010 1001101 0 101100 100010010 111110 100010

Color Harmonies of #5E218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E218E

Black with #5E218E

Text Example


Text Example

White with #5E218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E218E;
 }
 .AnyTagClassName
 {
   color: #5E218E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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