Html Css Color HEX #5E198E Kingfisher Daisy

📋 copy color: '#5E198E'

red 94 ◦ green 25 ◦ blue 142

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

Shades of Kingfisher Daisy #5E198E

Tints of Kingfisher Daisy #5E198E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

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

R = 36.02%
G = 9.58%
B = 54.41%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E198E (or 0x5E198E) is known color: Kingfisher Daisy. HEX triplet: 5E, 19 and 8E. RGB value is (94,25,142). Sum of RGB (Red+Green+Blue) = 94+25+142=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E198E is #A1E671. Grayscale: #3A3A3A. Windows color (decimal): -10610290 or 9312606. OLE color: 9312606.

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

Color convert

RGB 94 25 142 -
CMYK 0.34 0.82 0 0.44
HSL 275.38º 0.7% 0.33% -
HSV(B) 275.38º 0.82% 0.56% -
XYZ 9.85 5.03 26.04 -
YUV 58.97 174.86 152.99 -
System Red Green Blue C M Y K H S L
Decimal 94 25 142 0.34 0.82 0 0.44 275.38 0.7 0.33
Hex 5E 19 8E 22 52 0 2C 113 46 21
Octal 136 31 216 42 122 0 54 423 106 41
Binary 1011110 11001 10001110 100010 1010010 0 101100 100010011 1000110 100001

Color Harmonies of #5E198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E198E

Black with #5E198E

Text Example


Text Example

White with #5E198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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