Html Css Color HEX #5E2894 Kingfisher Daisy

📋 copy color: '#5E2894'

red 94 ◦ green 40 ◦ blue 148

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

Shades of Kingfisher Daisy #5E2894

Tints of Kingfisher Daisy #5E2894

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 33.33%
G = 14.18%
B = 52.48%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E2894 (or 0x5E2894) is known color: Kingfisher Daisy. HEX triplet: 5E, 28 and 94. RGB value is (94,40,148). Sum of RGB (Red+Green+Blue) = 94+40+148=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E2894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2894 is #A1D76B. Grayscale: #444444. Windows color (decimal): -10606444 or 9709662. OLE color: 9709662.

HSL color Cylindrical-coordinate representation of color #5E2894: hue angle of 270º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2894 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 40 148 -
CMYK 0.36 0.73 0 0.42
HSL 270º 0.57% 0.37% -
HSV(B) 270º 0.73% 0.58% -
XYZ 10.72 6.04 28.62 -
YUV 68.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 94 40 148 0.36 0.73 0 0.42 270 0.57 0.37
Hex 5E 28 94 24 49 0 2A 10E 39 25
Octal 136 50 224 44 111 0 52 416 71 45
Binary 1011110 101000 10010100 100100 1001001 0 101010 100001110 111001 100101

Color Harmonies of #5E2894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2894

Black with #5E2894

Text Example


Text Example

White with #5E2894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,40,148); }

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

background-color css

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

 a { background-color: rgb(94,40,148); }

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

border-color css

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

 span { border-color: rgb(94,40,148); }

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