#5E4380

Color #5E4380 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5E4380

Tints of Kingfisher Daisy #5E4380

Color information

#5E4380 (or 0x5E4380) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 43 and 80. RGB value is (94,67,128). Sum of RGB (Red+Green+Blue) = 94+67+128=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E4380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4380 is #A1BC7F. Grayscale: #515151. Windows color (decimal): -10599552 or 8405854. OLE color: 8405854.

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

Color convert

RGB9467128-
CMYK0.270.4800.50
HSL266.56º31.28%38.24%-
HSV(B)266.56º47.66%50.2%-
XYZ10.527.9521.4-
YUV82.03153.95136.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.53%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=32.53%
G=23.18%
B=44.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94671280.270.4800.50266.5631.2838.24
Hex5E43801B3003210b1f26
Octal13610320033600624133746
Binary101111010000111000000011011110000011001010000101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E4380;
 }
 .AnyTagClassName
 {
   color: #5E4380;
 }
</style>
background-color css

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

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

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

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

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

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