#582770

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

Shades of Honey Flower #582770

Tints of Honey Flower #582770

Color information

#582770 (or 0x582770) is unknown color: approx Honey Flower. HEX triplet: 58, 27 and 70. RGB value is (88,39,112). Sum of RGB (Red+Green+Blue) = 88+39+112=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #582770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582770 is #A7D88F. Grayscale: #3D3D3D. Windows color (decimal): -10999952 or 7350104. OLE color: 7350104.

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

Color convert

RGB8839112-
CMYK0.210.6500.56
HSL280.27º48.34%29.61%-
HSV(B)280.27º65.18%43.92%-
XYZ7.674.715.83-
YUV61.97156.23146.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 39 (15.62% from 255) = 16.32%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=36.82%
G=16.32%
B=46.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88391120.210.6500.56280.2748.3429.61
Hex5827701541038118301e
Octal13047160251010704306036
Binary10110001001111110000101011000001011100010001100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582770; }

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

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

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

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

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

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

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

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