Html Css Color HEX #563463 Honey Flower

📋 copy color: '#563463'

red 86 ◦ green 52 ◦ blue 99

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

Shades of Honey Flower #563463

Tints of Honey Flower #563463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 36.29%
G = 21.94%
B = 41.77%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#563463 (or 0x563463) is known color: Honey Flower. HEX triplet: 56, 34 and 63. RGB value is (86,52,99). Sum of RGB (Red+Green+Blue) = 86+52+99=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #563463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563463 is #A9CB9C. Grayscale: #434343. Windows color (decimal): -11127709 or 6501462. OLE color: 6501462.

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

Color convert

RGB 86 52 99 -
CMYK 0.13 0.47 0 0.61
HSL 283.4º 0.31% 0.3% -
HSV(B) 283.4º 0.47% 0.39% -
XYZ 7.32 5.34 12.45 -
YUV 67.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 86 52 99 0.13 0.47 0 0.61 283.4 0.31 0.3
Hex 56 34 63 D 2F 0 3D 11B 1F 1E
Octal 126 64 143 15 57 0 75 433 37 36
Binary 1010110 110100 1100011 1101 101111 0 111101 100011011 11111 11110

Color Harmonies of #563463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563463

Black with #563463

Text Example


Text Example

White with #563463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563463; }

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

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

background-color css

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

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

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

border-color css

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

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

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