#582B9B

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

Shades of Daisy Bush #582B9B

Tints of Daisy Bush #582B9B

Color information

#582B9B (or 0x582B9B) is unknown color: approx Daisy Bush. HEX triplet: 58, 2B and 9B. RGB value is (88,43,155). Sum of RGB (Red+Green+Blue) = 88+43+155=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #582B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582B9B is #A7D464. Grayscale: #444444. Windows color (decimal): -10998885 or 10169176. OLE color: 10169176.

HSL color Cylindrical-coordinate representation of color #582B9B: hue angle of 264.11º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582B9B is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8843155-
CMYK0.430.7200.39
HSL264.11º56.57%38.82%-
HSV(B)264.11º72.26%60.78%-
XYZ10.86.1731.63-
YUV69.22176.41141.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 43 (17.19% from 255) = 15.03%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=30.77%
G=15.03%
B=54.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88431550.430.7200.39264.1156.5738.82
Hex582B9B2B480271083927
Octal13053233531100474107147
Binary10110001010111001101110101110010000100111100001000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,43,155); }

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

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

 a { background-color: rgb(88,43,155); }

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

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

 span { border-color: rgb(88,43,155); }

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