#562A68

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

Shades of Honey Flower #562A68

Tints of Honey Flower #562A68

Color information

#562A68 (or 0x562A68) is unknown color: approx Honey Flower. HEX triplet: 56, 2A and 68. RGB value is (86,42,104). Sum of RGB (Red+Green+Blue) = 86+42+104=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #562A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562A68 is #A9D597. Grayscale: #3E3E3E. Windows color (decimal): -11130264 or 6826582. OLE color: 6826582.

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

Color convert

RGB8642104-
CMYK0.170.6000.59
HSL282.58º42.47%28.63%-
HSV(B)282.58º59.62%40.78%-
XYZ7.164.6313.61-
YUV62.22151.58144.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=37.07%
G=18.10%
B=44.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86421040.170.6000.59282.5842.4728.63
Hex562A68113C03B11b2a1d
Octal1265215021740734335235
Binary1010110101010110100010001111100011101110001101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,42,104); }

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

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

 a { background-color: rgb(86,42,104); }

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

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

 span { border-color: rgb(86,42,104); }

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