Html Css Color HEX #564D77 Victoria

📋 copy color: '#564D77'

red 86 ◦ green 77 ◦ blue 119

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

Shades of Victoria #564D77

Tints of Victoria #564D77

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.3%

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 30.5%
G = 27.3%
B = 42.2%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#564D77 (or 0x564D77) is known color: Victoria. HEX triplet: 56, 4D and 77. RGB value is (86,77,119). Sum of RGB (Red+Green+Blue) = 86+77+119=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #564D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D77 is #A9B288. Grayscale: #545454. Windows color (decimal): -11121289 or 7818582. OLE color: 7818582.

HSL color Cylindrical-coordinate representation of color #564D77: hue angle of 252.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #564D77 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 77 119 -
CMYK 0.28 0.35 0 0.53
HSL 252.86º 0.21% 0.38% -
HSV(B) 252.86º 0.35% 0.47% -
XYZ 9.82 8.62 18.6 -
YUV 84.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 86 77 119 0.28 0.35 0 0.53 252.86 0.21 0.38
Hex 56 4D 77 1C 23 0 35 FD 15 26
Octal 126 115 167 34 43 0 65 375 25 46
Binary 1010110 1001101 1110111 11100 100011 0 110101 11111101 10101 100110

Color Harmonies of #564D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D77

Black with #564D77

Text Example


Text Example

White with #564D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564D77; }

 p { color: rgb(86,77,119); }

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

background-color css

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

 a { background-color: rgb(86,77,119); }

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

border-color css

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

 span { border-color: rgb(86,77,119); }

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