#582D9E

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

Shades of Daisy Bush #582D9E

Tints of Daisy Bush #582D9E

Color information

#582D9E (or 0x582D9E) is unknown color: approx Daisy Bush. HEX triplet: 58, 2D and 9E. RGB value is (88,45,158). Sum of RGB (Red+Green+Blue) = 88+45+158=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #582D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582D9E is #A7D261. Grayscale: #464646. Windows color (decimal): -10998370 or 10366296. OLE color: 10366296.

HSL color Cylindrical-coordinate representation of color #582D9E: hue angle of 262.83º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582D9E is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8845158-
CMYK0.440.7200.38
HSL262.83º55.67%39.8%-
HSV(B)262.83º71.52%61.96%-
XYZ11.136.4233-
YUV70.74177.25140.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 45 (17.97% from 255) = 15.46%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=30.24%
G=15.46%
B=54.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88451580.440.7200.38262.8355.6739.8
Hex582D9E2C480261073828
Octal13055236541100464077050
Binary10110001011011001111010110010010000100110100000111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,45,158); }

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

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

 a { background-color: rgb(88,45,158); }

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

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

 span { border-color: rgb(88,45,158); }

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