#5F2599

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

Shades of Daisy Bush #5F2599

Tints of Daisy Bush #5F2599

Color information

#5F2599 (or 0x5F2599) is unknown color: approx Daisy Bush. HEX triplet: 5F, 25 and 99. RGB value is (95,37,153). Sum of RGB (Red+Green+Blue) = 95+37+153=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F2599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2599 is #A0DA66. Grayscale: #434343. Windows color (decimal): -10541671 or 10036575. OLE color: 10036575.

HSL color Cylindrical-coordinate representation of color #5F2599: hue angle of 270º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F2599 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9537153-
CMYK0.380.7600.4
HSL270º61.05%37.25%-
HSV(B)270º75.82%60%-
XYZ11.136.0630.72-
YUV67.57176.22147.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 153 (60.16% from 255) = 53.68%
R=33.33%
G=12.98%
B=53.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95371530.380.7600.427061.0537.25
Hex5F2599264C02810e3d25
Octal13745231461140504167545
Binary10111111001011001100110011010011000101000100001110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,37,153); }

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

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

 a { background-color: rgb(95,37,153); }

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

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

 span { border-color: rgb(95,37,153); }

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