Html Css Color HEX #5E198D Kingfisher Daisy

📋 copy color: '#5E198D'

red 94 ◦ green 25 ◦ blue 141

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

Shades of Kingfisher Daisy #5E198D

Tints of Kingfisher Daisy #5E198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 36.15%
G = 9.62%
B = 54.23%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E198D (or 0x5E198D) is known color: Kingfisher Daisy. HEX triplet: 5E, 19 and 8D. RGB value is (94,25,141). Sum of RGB (Red+Green+Blue) = 94+25+141=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E198D is #A1E672. Grayscale: #3A3A3A. Windows color (decimal): -10610291 or 9247070. OLE color: 9247070.

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

Color convert

RGB 94 25 141 -
CMYK 0.33 0.82 0 0.45
HSL 275.69º 0.7% 0.33% -
HSV(B) 275.69º 0.82% 0.55% -
XYZ 9.77 5 25.65 -
YUV 58.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 94 25 141 0.33 0.82 0 0.45 275.69 0.7 0.33
Hex 5E 19 8D 21 52 0 2D 114 46 21
Octal 136 31 215 41 122 0 55 424 106 41
Binary 1011110 11001 10001101 100001 1010010 0 101101 100010100 1000110 100001

Color Harmonies of #5E198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E198D

Black with #5E198D

Text Example


Text Example

White with #5E198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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