#5E3585

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

Shades of Kingfisher Daisy #5E3585

Tints of Kingfisher Daisy #5E3585

Color information

#5E3585 (or 0x5E3585) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 35 and 85. RGB value is (94,53,133). Sum of RGB (Red+Green+Blue) = 94+53+133=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E3585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3585 is #A1CA7A. Grayscale: #4A4A4A. Windows color (decimal): -10603131 or 8729950. OLE color: 8729950.

HSL color Cylindrical-coordinate representation of color #5E3585: hue angle of 270.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E3585 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9453133-
CMYK0.290.6000.48
HSL270.75º43.01%36.47%-
HSV(B)270.75º60.15%52.16%-
XYZ10.126.6222.93-
YUV74.38161.08142-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.57%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=33.57%
G=18.93%
B=47.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94531330.290.6000.48270.7543.0136.47
Hex5E35851D3C03010f2b24
Octal1366520535740604175344
Binary101111011010110000101111011111000110000100001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,53,133); }

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

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

 a { background-color: rgb(94,53,133); }

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

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

 span { border-color: rgb(94,53,133); }

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