Html Css Color HEX #5E198F Kingfisher Daisy

📋 copy color: '#5E198F'

red 94 ◦ green 25 ◦ blue 143

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

Shades of Kingfisher Daisy #5E198F

Tints of Kingfisher Daisy #5E198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.58%

R = 35.88%
G = 9.54%
B = 54.58%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E198F (or 0x5E198F) is known color: Kingfisher Daisy. HEX triplet: 5E, 19 and 8F. RGB value is (94,25,143). Sum of RGB (Red+Green+Blue) = 94+25+143=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E198F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E198F is #A1E670. Grayscale: #3A3A3A. Windows color (decimal): -10610289 or 9378142. OLE color: 9378142.

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

Color convert

RGB 94 25 143 -
CMYK 0.34 0.83 0 0.44
HSL 275.08º 0.7% 0.33% -
HSV(B) 275.08º 0.83% 0.56% -
XYZ 9.92 5.06 26.44 -
YUV 59.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 94 25 143 0.34 0.83 0 0.44 275.08 0.7 0.33
Hex 5E 19 8F 22 53 0 2C 113 46 21
Octal 136 31 217 42 123 0 54 423 106 41
Binary 1011110 11001 10001111 100010 1010011 0 101100 100010011 1000110 100001

Color Harmonies of #5E198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E198F

Black with #5E198F

Text Example


Text Example

White with #5E198F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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