#562F70

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

Shades of Honey Flower #562F70

Tints of Honey Flower #562F70

Color information

#562F70 (or 0x562F70) is unknown color: approx Honey Flower. HEX triplet: 56, 2F and 70. RGB value is (86,47,112). Sum of RGB (Red+Green+Blue) = 86+47+112=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #562F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F70 is #A9D08F. Grayscale: #414141. Windows color (decimal): -11128976 or 7352150. OLE color: 7352150.

HSL color Cylindrical-coordinate representation of color #562F70: hue angle of 276º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #562F70 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8647112-
CMYK0.230.5800.56
HSL276º40.88%31.18%-
HSV(B)276º58.04%43.92%-
XYZ7.785.1815.92-
YUV66.07153.92142.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 47 (18.75% from 255) = 19.18%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=35.10%
G=19.18%
B=45.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86471120.230.5800.5627640.8831.18
Hex562F70173A038114291f
Octal1265716027720704245137
Binary1010110101111111000010111111010011100010001010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,47,112); }

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

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

 a { background-color: rgb(86,47,112); }

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

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

 span { border-color: rgb(86,47,112); }

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