#582798

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

Shades of Daisy Bush #582798

Tints of Daisy Bush #582798

Color information

#582798 (or 0x582798) is unknown color: approx Daisy Bush. HEX triplet: 58, 27 and 98. RGB value is (88,39,152). Sum of RGB (Red+Green+Blue) = 88+39+152=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #582798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582798 is #A7D867. Grayscale: #424242. Windows color (decimal): -10999912 or 9971544. OLE color: 9971544.

HSL color Cylindrical-coordinate representation of color #582798: hue angle of 266.02º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #582798 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8839152-
CMYK0.420.7400.40
HSL266.02º59.16%37.45%-
HSV(B)266.02º74.34%59.61%-
XYZ10.425.7930.27-
YUV66.53176.23143.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 152 (59.77% from 255) = 54.48%
R=31.54%
G=13.98%
B=54.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88391520.420.7400.40266.0259.1637.45
Hex5827982A4A02810a3b25
Octal13047230521120504127345
Binary10110001001111001100010101010010100101000100001010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582798; }

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

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

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

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

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

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

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

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