Html Css Color HEX #5E208F Kingfisher Daisy

📋 copy color: '#5E208F'

red 94 ◦ green 32 ◦ blue 143

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

Shades of Kingfisher Daisy #5E208F

Tints of Kingfisher Daisy #5E208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.9%

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

R = 34.94%
G = 11.9%
B = 53.16%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E208F (or 0x5E208F) is known color: Kingfisher Daisy. HEX triplet: 5E, 20 and 8F. RGB value is (94,32,143). Sum of RGB (Red+Green+Blue) = 94+32+143=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E208F is #A1DF70. Grayscale: #3E3E3E. Windows color (decimal): -10608497 or 9379934. OLE color: 9379934.

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

Color convert

RGB 94 32 143 -
CMYK 0.34 0.78 0 0.44
HSL 273.51º 0.63% 0.34% -
HSV(B) 273.51º 0.78% 0.56% -
XYZ 10.09 5.4 26.5 -
YUV 63.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 94 32 143 0.34 0.78 0 0.44 273.51 0.63 0.34
Hex 5E 20 8F 22 4E 0 2C 112 3F 22
Octal 136 40 217 42 116 0 54 422 77 42
Binary 1011110 100000 10001111 100010 1001110 0 101100 100010010 111111 100010

Color Harmonies of #5E208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E208F

Black with #5E208F

Text Example


Text Example

White with #5E208F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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