Html Css Color HEX #5E1C99 Kingfisher Daisy

📋 copy color: '#5E1C99'

red 94 ◦ green 28 ◦ blue 153

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

Shades of Kingfisher Daisy #5E1C99

Tints of Kingfisher Daisy #5E1C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.18%

 BLUE value IS 153 (60.16% from 255) = 55.64%

R = 34.18%
G = 10.18%
B = 55.64%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E1C99 (or 0x5E1C99) is known color: Kingfisher Daisy. HEX triplet: 5E, 1C and 99. RGB value is (94,28,153). Sum of RGB (Red+Green+Blue) = 94+28+153=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E1C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1C99 is #A1E366. Grayscale: #3D3D3D. Windows color (decimal): -10609511 or 10034270. OLE color: 10034270.

HSL color Cylindrical-coordinate representation of color #5E1C99: hue angle of 271.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1C99 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 28 153 -
CMYK 0.39 0.82 0 0.4
HSL 271.68º 0.69% 0.35% -
HSV(B) 271.68º 0.82% 0.6% -
XYZ 10.78 5.51 30.63 -
YUV 61.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 94 28 153 0.39 0.82 0 0.4 271.68 0.69 0.35
Hex 5E 1C 99 27 52 0 28 110 45 23
Octal 136 34 231 47 122 0 50 420 105 43
Binary 1011110 11100 10011001 100111 1010010 0 101000 100010000 1000101 100011

Color Harmonies of #5E1C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1C99

Black with #5E1C99

Text Example


Text Example

White with #5E1C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,28,153); }

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

background-color css

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

 a { background-color: rgb(94,28,153); }

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

border-color css

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

 span { border-color: rgb(94,28,153); }

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