Html Css Color HEX #5E2481 Kingfisher Daisy

📋 copy color: '#5E2481'

red 94 ◦ green 36 ◦ blue 129

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

Shades of Kingfisher Daisy #5E2481

Tints of Kingfisher Daisy #5E2481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.81%

R = 36.29%
G = 13.9%
B = 49.81%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E2481 (or 0x5E2481) is known color: Kingfisher Daisy. HEX triplet: 5E, 24 and 81. RGB value is (94,36,129). Sum of RGB (Red+Green+Blue) = 94+36+129=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E2481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2481 is #A1DB7E. Grayscale: #3F3F3F. Windows color (decimal): -10607487 or 8463454. OLE color: 8463454.

HSL color Cylindrical-coordinate representation of color #5E2481: hue angle of 277.42º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E2481 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 36 129 -
CMYK 0.27 0.72 0 0.49
HSL 277.42º 0.56% 0.32% -
HSV(B) 277.42º 0.72% 0.51% -
XYZ 9.21 5.23 21.29 -
YUV 63.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 94 36 129 0.27 0.72 0 0.49 277.42 0.56 0.32
Hex 5E 24 81 1B 48 0 31 115 38 20
Octal 136 44 201 33 110 0 61 425 70 40
Binary 1011110 100100 10000001 11011 1001000 0 110001 100010101 111000 100000

Color Harmonies of #5E2481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2481

Black with #5E2481

Text Example


Text Example

White with #5E2481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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