#582F70

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

Shades of Honey Flower #582F70

Tints of Honey Flower #582F70

Color information

#582F70 (or 0x582F70) is unknown color: approx Honey Flower. HEX triplet: 58, 2F and 70. RGB value is (88,47,112). Sum of RGB (Red+Green+Blue) = 88+47+112=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #582F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F70 is #A7D08F. Grayscale: #424242. Windows color (decimal): -10997904 or 7352152. OLE color: 7352152.

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

Color convert

RGB8847112-
CMYK0.210.5800.56
HSL277.85º40.88%31.18%-
HSV(B)277.85º58.04%43.92%-
XYZ7.975.2815.93-
YUV66.67153.58143.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 47 (18.75% from 255) = 19.03%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=35.63%
G=19.03%
B=45.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88471120.210.5800.56277.8540.8831.18
Hex582F70153A038116291f
Octal1305716025720704265137
Binary1011000101111111000010101111010011100010001011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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