#5E288E

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

Shades of Kingfisher Daisy #5E288E

Tints of Kingfisher Daisy #5E288E

Color information

#5E288E (or 0x5E288E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 28 and 8E. RGB value is (94,40,142). Sum of RGB (Red+Green+Blue) = 94+40+142=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E288E is #A1D771. Grayscale: #434343. Windows color (decimal): -10606450 or 9316446. OLE color: 9316446.

HSL color Cylindrical-coordinate representation of color #5E288E: hue angle of 271.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E288E is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9440142-
CMYK0.340.7200.44
HSL271.76º56.04%35.69%-
HSV(B)271.76º71.83%55.69%-
XYZ10.265.8526.18-
YUV67.77169.89146.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.06%
GREEN value IS 40 (16.02% from 255) = 14.49%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=34.06%
G=14.49%
B=51.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94401420.340.7200.44271.7656.0435.69
Hex5E288E224802C1103824
Octal13650216421100544207044
Binary10111101010001000111010001010010000101100100010000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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