Html Css Color HEX #564463 Honey Flower

📋 copy color: '#564463'

red 86 ◦ green 68 ◦ blue 99

#564463
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #564463

Tints of Honey Flower #564463

RGB

 RED value IS 86 (33.98% from 255) = 33.99%

 GREEN value IS 68 (26.95% from 255) = 26.88%

 BLUE value IS 99 (39.06% from 255) = 39.13%

R = 33.99%
G = 26.88%
B = 39.13%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#564463 (or 0x564463) is known color: Honey Flower. HEX triplet: 56, 44 and 63. RGB value is (86,68,99). Sum of RGB (Red+Green+Blue) = 86+68+99=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 99 - color contains mainly: blue. Hex color #564463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564463 is #A9BB9C. Grayscale: #4C4C4C. Windows color (decimal): -11123613 or 6505558. OLE color: 6505558.

HSL color Cylindrical-coordinate representation of color #564463: hue angle of 274.84º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #564463 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 68 99 -
CMYK 0.13 0.31 0 0.61
HSL 274.84º 0.19% 0.33% -
HSV(B) 274.84º 0.31% 0.39% -
XYZ 8.16 7.01 12.73 -
YUV 76.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 86 68 99 0.13 0.31 0 0.61 274.84 0.19 0.33
Hex 56 44 63 D 1F 0 3D 113 13 21
Octal 126 104 143 15 37 0 75 423 23 41
Binary 1010110 1000100 1100011 1101 11111 0 111101 100010011 10011 100001

Color Harmonies of #564463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564463

Black with #564463

Text Example


Text Example

White with #564463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564463; }

 p { color: rgb(86,68,99); }

 H1.HeaderClassName
 {
   color: #564463;
 }
 .AnyTagClassName
 {
   color: #564463;
 }
</style>

background-color css

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

 a { background-color: rgb(86,68,99); }

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

border-color css

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

 span { border-color: rgb(86,68,99); }

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