#582F6C

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

Shades of Honey Flower #582F6C

Tints of Honey Flower #582F6C

Color information

#582F6C (or 0x582F6C) is unknown color: approx Honey Flower. HEX triplet: 58, 2F and 6C. RGB value is (88,47,108). Sum of RGB (Red+Green+Blue) = 88+47+108=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #582F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F6C is #A7D093. Grayscale: #424242. Windows color (decimal): -10997908 or 7090008. OLE color: 7090008.

HSL color Cylindrical-coordinate representation of color #582F6C: hue angle of 280.33º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #582F6C is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8847108-
CMYK0.190.5600.58
HSL280.33º39.35%30.39%-
HSV(B)280.33º56.48%42.35%-
XYZ7.755.1914.78-
YUV66.21151.58143.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=36.21%
G=19.34%
B=44.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88471080.190.5600.58280.3339.3530.39
Hex582F6C133803A118271e
Octal1305715423700724304736
Binary1011000101111110110010011111000011101010001100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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