Html Css Color HEX #5E199B Kingfisher Daisy

📋 copy color: '#5E199B'

red 94 ◦ green 25 ◦ blue 155

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

Shades of Kingfisher Daisy #5E199B

Tints of Kingfisher Daisy #5E199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 34.31%
G = 9.12%
B = 56.57%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E199B (or 0x5E199B) is known color: Kingfisher Daisy. HEX triplet: 5E, 19 and 9B. RGB value is (94,25,155). Sum of RGB (Red+Green+Blue) = 94+25+155=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E199B is #A1E664. Grayscale: #3C3C3C. Windows color (decimal): -10610277 or 10164574. OLE color: 10164574.

HSL color Cylindrical-coordinate representation of color #5E199B: hue angle of 271.85º 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 #5E199B is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 25 155 -
CMYK 0.39 0.84 0 0.39
HSL 271.85º 0.72% 0.35% -
HSV(B) 271.85º 0.84% 0.61% -
XYZ 10.88 5.44 31.49 -
YUV 60.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 94 25 155 0.39 0.84 0 0.39 271.85 0.72 0.35
Hex 5E 19 9B 27 54 0 27 110 48 23
Octal 136 31 233 47 124 0 47 420 110 43
Binary 1011110 11001 10011011 100111 1010100 0 100111 100010000 1001000 100011

Color Harmonies of #5E199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E199B

Black with #5E199B

Text Example


Text Example

White with #5E199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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