#564265

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

Shades of Honey Flower #564265

Tints of Honey Flower #564265

Color information

#564265 (or 0x564265) is unknown color: approx Honey Flower. HEX triplet: 56, 42 and 65. RGB value is (86,66,101). Sum of RGB (Red+Green+Blue) = 86+66+101=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #564265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564265 is #A9BD9A. Grayscale: #4B4B4B. Windows color (decimal): -11124123 or 6636118. OLE color: 6636118.

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

Color convert

RGB8666101-
CMYK0.150.3500.60
HSL274.29º20.96%32.75%-
HSV(B)274.29º34.65%39.61%-
XYZ8.136.8113.2-
YUV75.97142.13135.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=33.99%
G=26.09%
B=39.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86661010.150.3500.60274.2920.9632.75
Hex564265F2303C1121521
Octal12610214517430744222541
Binary1010110100001011001011111100011011110010001001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564265; }

 p { color: rgb(86,66,101); }

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

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

 a { background-color: rgb(86,66,101); }

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

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

 span { border-color: rgb(86,66,101); }

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