Html Css Color HEX #5E4580 Kingfisher Daisy

📋 copy color: '#5E4580'

red 94 ◦ green 69 ◦ blue 128

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

Shades of Kingfisher Daisy #5E4580

Tints of Kingfisher Daisy #5E4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.71%

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

R = 32.3%
G = 23.71%
B = 43.99%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E4580 (or 0x5E4580) is known color: Kingfisher Daisy. HEX triplet: 5E, 45 and 80. RGB value is (94,69,128). Sum of RGB (Red+Green+Blue) = 94+69+128=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E4580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4580 is #A1BA7F. Grayscale: #525252. Windows color (decimal): -10599040 or 8406366. OLE color: 8406366.

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

Color convert

RGB 94 69 128 -
CMYK 0.27 0.46 0 0.50
HSL 265.42º 0.3% 0.39% -
HSV(B) 265.42º 0.46% 0.5% -
XYZ 10.64 8.19 21.44 -
YUV 83.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 94 69 128 0.27 0.46 0 0.50 265.42 0.3 0.39
Hex 5E 45 80 1B 2E 0 32 109 1E 27
Octal 136 105 200 33 56 0 62 411 36 47
Binary 1011110 1000101 10000000 11011 101110 0 110010 100001001 11110 100111

Color Harmonies of #5E4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4580

Black with #5E4580

Text Example


Text Example

White with #5E4580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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