Html Css Color HEX #5E2880 Kingfisher Daisy

📋 copy color: '#5E2880'

red 94 ◦ green 40 ◦ blue 128

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

Shades of Kingfisher Daisy #5E2880

Tints of Kingfisher Daisy #5E2880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.85%

R = 35.88%
G = 15.27%
B = 48.85%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E2880 (or 0x5E2880) is known color: Kingfisher Daisy. HEX triplet: 5E, 28 and 80. RGB value is (94,40,128). Sum of RGB (Red+Green+Blue) = 94+40+128=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E2880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2880 is #A1D77F. Grayscale: #414141. Windows color (decimal): -10606464 or 8398942. OLE color: 8398942.

HSL color Cylindrical-coordinate representation of color #5E2880: hue angle of 276.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E2880 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 40 128 -
CMYK 0.27 0.69 0 0.50
HSL 276.82º 0.52% 0.33% -
HSV(B) 276.82º 0.69% 0.5% -
XYZ 9.27 5.46 20.99 -
YUV 66.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 94 40 128 0.27 0.69 0 0.50 276.82 0.52 0.33
Hex 5E 28 80 1B 45 0 32 115 34 21
Octal 136 50 200 33 105 0 62 425 64 41
Binary 1011110 101000 10000000 11011 1000101 0 110010 100010101 110100 100001

Color Harmonies of #5E2880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2880

Black with #5E2880

Text Example


Text Example

White with #5E2880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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