Html Css Color HEX #564D76 Victoria

📋 copy color: '#564D76'

red 86 ◦ green 77 ◦ blue 118

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

Shades of Victoria #564D76

Tints of Victoria #564D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 30.6%
G = 27.4%
B = 41.99%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#564D76 (or 0x564D76) is known color: Victoria. HEX triplet: 56, 4D and 76. RGB value is (86,77,118). Sum of RGB (Red+Green+Blue) = 86+77+118=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #564D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D76 is #A9B289. Grayscale: #545454. Windows color (decimal): -11121290 or 7753046. OLE color: 7753046.

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

Color convert

RGB 86 77 118 -
CMYK 0.27 0.35 0 0.54
HSL 253.17º 0.21% 0.38% -
HSV(B) 253.17º 0.35% 0.46% -
XYZ 9.76 8.59 18.28 -
YUV 84.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 86 77 118 0.27 0.35 0 0.54 253.17 0.21 0.38
Hex 56 4D 76 1B 23 0 36 FD 15 26
Octal 126 115 166 33 43 0 66 375 25 46
Binary 1010110 1001101 1110110 11011 100011 0 110110 11111101 10101 100110

Color Harmonies of #564D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D76

Black with #564D76

Text Example


Text Example

White with #564D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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