#582070

Color #582070 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #582070

Tints of Honey Flower #582070

Color information

#582070 (or 0x582070) is unknown color: approx Honey Flower. HEX triplet: 58, 20 and 70. RGB value is (88,32,112). Sum of RGB (Red+Green+Blue) = 88+32+112=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #582070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582070 is #A7DF8F. Grayscale: #393939. Windows color (decimal): -11001744 or 7348312. OLE color: 7348312.

HSL color Cylindrical-coordinate representation of color #582070: hue angle of 282º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #582070 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8832112-
CMYK0.210.7100.56
HSL282º55.56%28.24%-
HSV(B)282º71.43%43.92%-
XYZ7.474.2815.76-
YUV57.86158.55149.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=37.93%
G=13.79%
B=48.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88321120.210.7100.5628255.5628.24
Hex582070154703811a381c
Octal13040160251070704327034
Binary10110001000001110000101011000111011100010001101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582070; }

 p { color: rgb(88,32,112); }

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

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

 a { background-color: rgb(88,32,112); }

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

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

 span { border-color: rgb(88,32,112); }

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