#563067

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

Shades of Honey Flower #563067

Tints of Honey Flower #563067

Color information

#563067 (or 0x563067) is unknown color: approx Honey Flower. HEX triplet: 56, 30 and 67. RGB value is (86,48,103). Sum of RGB (Red+Green+Blue) = 86+48+103=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #563067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563067 is #A9CF98. Grayscale: #414141. Windows color (decimal): -11128729 or 6762582. OLE color: 6762582.

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

Color convert

RGB8648103-
CMYK0.170.5300.60
HSL281.45º36.42%29.61%-
HSV(B)281.45º53.4%40.39%-
XYZ7.345.0713.42-
YUV65.63149.09142.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=36.29%
G=20.25%
B=43.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86481030.170.5300.60281.4536.4229.61
Hex563067113503C119241e
Octal1266014721650744314436
Binary1010110110000110011110001110101011110010001100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563067; }

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

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

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

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

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

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

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

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