Html Css Color HEX #5E2489 Kingfisher Daisy

📋 copy color: '#5E2489'

red 94 ◦ green 36 ◦ blue 137

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

Shades of Kingfisher Daisy #5E2489

Tints of Kingfisher Daisy #5E2489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

 BLUE value IS 137 (53.91% from 255) = 51.31%

R = 35.21%
G = 13.48%
B = 51.31%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5E2489 (or 0x5E2489) is known color: Kingfisher Daisy. HEX triplet: 5E, 24 and 89. RGB value is (94,36,137). Sum of RGB (Red+Green+Blue) = 94+36+137=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E2489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2489 is #A1DB76. Grayscale: #404040. Windows color (decimal): -10607479 or 8987742. OLE color: 8987742.

HSL color Cylindrical-coordinate representation of color #5E2489: hue angle of 274.46º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2489 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 36 137 -
CMYK 0.31 0.74 0 0.46
HSL 274.46º 0.58% 0.34% -
HSV(B) 274.46º 0.74% 0.54% -
XYZ 9.76 5.45 24.2 -
YUV 64.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 94 36 137 0.31 0.74 0 0.46 274.46 0.58 0.34
Hex 5E 24 89 1F 4A 0 2E 112 3A 22
Octal 136 44 211 37 112 0 56 422 72 42
Binary 1011110 100100 10001001 11111 1001010 0 101110 100010010 111010 100010

Color Harmonies of #5E2489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2489

Black with #5E2489

Text Example


Text Example

White with #5E2489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,36,137); }

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

background-color css

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

 a { background-color: rgb(94,36,137); }

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

border-color css

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

 span { border-color: rgb(94,36,137); }

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