Html Css Color HEX #5E199C Kingfisher Daisy

📋 copy color: '#5E199C'

red 94 ◦ green 25 ◦ blue 156

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

Shades of Kingfisher Daisy #5E199C

Tints of Kingfisher Daisy #5E199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.73%

R = 34.18%
G = 9.09%
B = 56.73%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E199C (or 0x5E199C) is known color: Kingfisher Daisy. HEX triplet: 5E, 19 and 9C. RGB value is (94,25,156). Sum of RGB (Red+Green+Blue) = 94+25+156=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E199C is #A1E663. Grayscale: #3C3C3C. Windows color (decimal): -10610276 or 10230110. OLE color: 10230110.

HSL color Cylindrical-coordinate representation of color #5E199C: hue angle of 271.6º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E199C is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 25 156 -
CMYK 0.40 0.84 0 0.39
HSL 271.6º 0.72% 0.35% -
HSV(B) 271.6º 0.84% 0.61% -
XYZ 10.96 5.48 31.93 -
YUV 60.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 94 25 156 0.40 0.84 0 0.39 271.6 0.72 0.35
Hex 5E 19 9C 28 54 0 27 110 48 23
Octal 136 31 234 50 124 0 47 420 110 43
Binary 1011110 11001 10011100 101000 1010100 0 100111 100010000 1001000 100011

Color Harmonies of #5E199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E199C

Black with #5E199C

Text Example


Text Example

White with #5E199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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