#582B98

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

Shades of Daisy Bush #582B98

Tints of Daisy Bush #582B98

Color information

#582B98 (or 0x582B98) is unknown color: approx Daisy Bush. HEX triplet: 58, 2B and 98. RGB value is (88,43,152). Sum of RGB (Red+Green+Blue) = 88+43+152=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #582B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582B98 is #A7D467. Grayscale: #444444. Windows color (decimal): -10998888 or 9972568. OLE color: 9972568.

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

Color convert

RGB8843152-
CMYK0.420.7200.40
HSL264.77º55.9%38.24%-
HSV(B)264.77º71.71%59.61%-
XYZ10.566.0730.32-
YUV68.88174.91141.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 152 (59.77% from 255) = 53.71%
R=31.10%
G=15.19%
B=53.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88431520.420.7200.40264.7755.938.24
Hex582B982A480281093826
Octal13053230521100504117046
Binary10110001010111001100010101010010000101000100001001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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