#563267

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

Shades of Honey Flower #563267

Tints of Honey Flower #563267

Color information

#563267 (or 0x563267) is unknown color: approx Honey Flower. HEX triplet: 56, 32 and 67. RGB value is (86,50,103). Sum of RGB (Red+Green+Blue) = 86+50+103=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #563267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563267 is #A9CD98. Grayscale: #424242. Windows color (decimal): -11128217 or 6763094. OLE color: 6763094.

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

Color convert

RGB8650103-
CMYK0.170.5100.60
HSL280.75º34.64%30%-
HSV(B)280.75º51.46%40.39%-
XYZ7.435.2413.45-
YUV66.81148.43141.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=35.98%
G=20.92%
B=43.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86501030.170.5100.60280.7534.6430
Hex563267113303C119231e
Octal1266214721630744314336
Binary1010110110010110011110001110011011110010001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563267; }

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

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

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

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

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

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

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

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