#582B6A

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

Shades of Honey Flower #582B6A

Tints of Honey Flower #582B6A

Color information

#582B6A (or 0x582B6A) is unknown color: approx Honey Flower. HEX triplet: 58, 2B and 6A. RGB value is (88,43,106). Sum of RGB (Red+Green+Blue) = 88+43+106=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 106 - color contains mainly: blue. Hex color #582B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B6A is #A7D495. Grayscale: #3F3F3F. Windows color (decimal): -10998934 or 6957912. OLE color: 6957912.

HSL color Cylindrical-coordinate representation of color #582B6A: hue angle of 282.86º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582B6A is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8843106-
CMYK0.170.5900.58
HSL282.86º42.28%29.22%-
HSV(B)282.86º59.43%41.57%-
XYZ7.494.8414.18-
YUV63.64151.91145.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 106 (41.80% from 255) = 44.73%
R=37.13%
G=18.14%
B=44.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88431060.170.5900.58282.8642.2829.22
Hex582B6A113B03A11b2a1d
Octal1305315221730724335235
Binary1011000101011110101010001111011011101010001101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,43,106); }

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

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

 a { background-color: rgb(88,43,106); }

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

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

 span { border-color: rgb(88,43,106); }

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