#582F6F

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

Shades of Honey Flower #582F6F

Tints of Honey Flower #582F6F

Color information

#582F6F (or 0x582F6F) is unknown color: approx Honey Flower. HEX triplet: 58, 2F and 6F. RGB value is (88,47,111). Sum of RGB (Red+Green+Blue) = 88+47+111=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #582F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F6F is #A7D090. Grayscale: #424242. Windows color (decimal): -10997905 or 7286616. OLE color: 7286616.

HSL color Cylindrical-coordinate representation of color #582F6F: hue angle of 278.44º 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 #582F6F is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8847111-
CMYK0.210.5800.56
HSL278.44º40.51%30.98%-
HSV(B)278.44º57.66%43.53%-
XYZ7.915.2615.64-
YUV66.55153.08143.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 47 (18.75% from 255) = 19.11%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=35.77%
G=19.11%
B=45.12%

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
Decimal88471110.210.5800.56278.4440.5130.98
Hex582F6F153A038116291f
Octal1305715725720704265137
Binary1011000101111110111110101111010011100010001011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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