#5e2795

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

Shades of Kingfisher Daisy #5E2795

Tints of Kingfisher Daisy #5E2795

Color information

#5E2795 (or 0x5E2795) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 27 and 95. RGB value is (94,39,149). Sum of RGB (Red+Green+Blue) = 94+39+149=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E2795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2795 is #A1D86A. Grayscale: #434343. Windows color (decimal): -10606699 or 9774942. OLE color: 9774942.

HSL color Cylindrical-coordinate representation of color #5E2795: hue angle of 270º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2795 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9439149-
CMYK0.370.7400.42
HSL270º58.51%36.86%-
HSV(B)270º73.83%58.43%-
XYZ10.77629.02-
YUV67.98173.72146.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=33.33%
G=13.83%
B=52.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94391490.370.7400.4227058.5136.86
Hex5E2795254A02A10e3b25
Octal13647225451120524167345
Binary10111101001111001010110010110010100101010100001110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e2795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,39,149); }

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

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

 a { background-color: rgb(94,39,149); }

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

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

 span { border-color: rgb(94,39,149); }

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