#582F9F

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

Shades of Daisy Bush #582F9F

Tints of Daisy Bush #582F9F

Color information

#582F9F (or 0x582F9F) is unknown color: approx Daisy Bush. HEX triplet: 58, 2F and 9F. RGB value is (88,47,159). Sum of RGB (Red+Green+Blue) = 88+47+159=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #582F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582F9F is #A7D060. Grayscale: #474747. Windows color (decimal): -10997857 or 10432344. OLE color: 10432344.

HSL color Cylindrical-coordinate representation of color #582F9F: hue angle of 261.96º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582F9F is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8847159-
CMYK0.450.7000.38
HSL261.96º54.37%40.39%-
HSV(B)261.96º70.44%62.35%-
XYZ11.36.6133.48-
YUV72.03177.08139.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 47 (18.75% from 255) = 15.99%
BLUE value IS 159 (62.5% from 255) = 54.08%
R=29.93%
G=15.99%
B=54.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88471590.450.7000.38261.9654.3740.39
Hex582F9F2D460261063628
Octal13057237551060464066650
Binary10110001011111001111110110110001100100110100000110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582F9F; }

 p { color: rgb(88,47,159); }

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

<style>
 a { background-color: #582F9F; }

 a { background-color: rgb(88,47,159); }

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

<style>
 span { border-color: #582F9F; }

 span { border-color: rgb(88,47,159); }

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