#581F70

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

Shades of Honey Flower #581F70

Tints of Honey Flower #581F70

Color information

#581F70 (or 0x581F70) is unknown color: approx Honey Flower. HEX triplet: 58, 1F and 70. RGB value is (88,31,112). Sum of RGB (Red+Green+Blue) = 88+31+112=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #581F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F70 is #A7E08F. Grayscale: #393939. Windows color (decimal): -11002000 or 7348056. OLE color: 7348056.

HSL color Cylindrical-coordinate representation of color #581F70: hue angle of 282.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581F70 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8831112-
CMYK0.210.7200.56
HSL282.22º56.64%28.04%-
HSV(B)282.22º72.32%43.92%-
XYZ7.444.2215.75-
YUV57.28158.88149.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.10%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=38.10%
G=13.42%
B=48.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88311120.210.7200.56282.2256.6428.04
Hex581F70154803811a391c
Octal13037160251100704327134
Binary1011000111111110000101011001000011100010001101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581F70; }

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

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

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

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

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

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

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

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