#582271

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

Shades of Honey Flower #582271

Tints of Honey Flower #582271

Color information

#582271 (or 0x582271) is unknown color: approx Honey Flower. HEX triplet: 58, 22 and 71. RGB value is (88,34,113). Sum of RGB (Red+Green+Blue) = 88+34+113=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #582271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582271 is #A7DD8E. Grayscale: #3A3A3A. Windows color (decimal): -11001231 or 7414360. OLE color: 7414360.

HSL color Cylindrical-coordinate representation of color #582271: hue angle of 281.01º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582271 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8834113-
CMYK0.220.7000.56
HSL281.01º53.74%28.82%-
HSV(B)281.01º69.91%44.31%-
XYZ7.584.4116.07-
YUV59.15158.39148.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=37.45%
G=14.47%
B=48.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88341130.220.7000.56281.0153.7428.82
Hex5822711646038119361d
Octal13042161261060704316635
Binary10110001000101110001101101000110011100010001100111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582271; }

 p { color: rgb(88,34,113); }

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

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

 a { background-color: rgb(88,34,113); }

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

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

 span { border-color: rgb(88,34,113); }

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