Html Css Color HEX #5E2299 Kingfisher Daisy

📋 copy color: '#5E2299'

red 94 ◦ green 34 ◦ blue 153

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

Shades of Kingfisher Daisy #5E2299

Tints of Kingfisher Daisy #5E2299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.1%

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

R = 33.45%
G = 12.1%
B = 54.45%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E2299 (or 0x5E2299) is known color: Kingfisher Daisy. HEX triplet: 5E, 22 and 99. RGB value is (94,34,153). Sum of RGB (Red+Green+Blue) = 94+34+153=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E2299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2299 is #A1DD66. Grayscale: #414141. Windows color (decimal): -10607975 or 10035806. OLE color: 10035806.

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

Color convert

RGB 94 34 153 -
CMYK 0.39 0.78 0 0.4
HSL 270.25º 0.64% 0.37% -
HSV(B) 270.25º 0.78% 0.6% -
XYZ 10.94 5.82 30.68 -
YUV 65.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 94 34 153 0.39 0.78 0 0.4 270.25 0.64 0.37
Hex 5E 22 99 27 4E 0 28 10E 40 25
Octal 136 42 231 47 116 0 50 416 100 45
Binary 1011110 100010 10011001 100111 1001110 0 101000 100001110 1000000 100101

Color Harmonies of #5E2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2299

Black with #5E2299

Text Example


Text Example

White with #5E2299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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