#562B67

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

Shades of Honey Flower #562B67

Tints of Honey Flower #562B67

Color information

#562B67 (or 0x562B67) is unknown color: approx Honey Flower. HEX triplet: 56, 2B and 67. RGB value is (86,43,103). Sum of RGB (Red+Green+Blue) = 86+43+103=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #562B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562B67 is #A9D498. Grayscale: #3E3E3E. Windows color (decimal): -11130009 or 6761302. OLE color: 6761302.

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

Color convert

RGB8643103-
CMYK0.170.5800.60
HSL283º41.1%28.63%-
HSV(B)283º58.25%40.39%-
XYZ7.154.6913.36-
YUV62.7150.75144.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 103 (40.62% from 255) = 44.40%
R=37.07%
G=18.53%
B=44.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86431030.170.5800.6028341.128.63
Hex562B67113A03C11b291d
Octal1265314721720744335135
Binary1010110101011110011110001111010011110010001101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,43,103); }

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

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

 a { background-color: rgb(86,43,103); }

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

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

 span { border-color: rgb(86,43,103); }

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