#564067

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

Shades of Honey Flower #564067

Tints of Honey Flower #564067

Color information

#564067 (or 0x564067) is unknown color: approx Honey Flower. HEX triplet: 56, 40 and 67. RGB value is (86,64,103). Sum of RGB (Red+Green+Blue) = 86+64+103=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #564067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564067 is #A9BF98. Grayscale: #4A4A4A. Windows color (decimal): -11124633 or 6766678. OLE color: 6766678.

HSL color Cylindrical-coordinate representation of color #564067: hue angle of 273.85º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #564067 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8664103-
CMYK0.170.3800.60
HSL273.85º23.35%32.75%-
HSV(B)273.85º37.86%40.39%-
XYZ8.126.6213.68-
YUV75.02143.79135.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=33.99%
G=25.30%
B=40.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86641030.170.3800.60273.8523.3532.75
Hex564067112603C1121721
Octal12610014721460744222741
Binary10101101000000110011110001100110011110010001001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564067; }

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

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

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

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

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

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

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

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