Html Css Color HEX #564D86 Victoria

📋 copy color: '#564D86'

red 86 ◦ green 77 ◦ blue 134

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

Shades of Victoria #564D86

Tints of Victoria #564D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.12%

R = 28.96%
G = 25.93%
B = 45.12%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#564D86 (or 0x564D86) is known color: Victoria. HEX triplet: 56, 4D and 86. RGB value is (86,77,134). Sum of RGB (Red+Green+Blue) = 86+77+134=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #564D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564D86 is #A9B279. Grayscale: #555555. Windows color (decimal): -11121274 or 8801622. OLE color: 8801622.

HSL color Cylindrical-coordinate representation of color #564D86: hue angle of 249.47º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #564D86 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 77 134 -
CMYK 0.36 0.43 0 0.47
HSL 249.47º 0.27% 0.41% -
HSV(B) 249.47º 0.43% 0.53% -
XYZ 10.79 9.01 23.72 -
YUV 86.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 86 77 134 0.36 0.43 0 0.47 249.47 0.27 0.41
Hex 56 4D 86 24 2B 0 2F F9 1B 29
Octal 126 115 206 44 53 0 57 371 33 51
Binary 1010110 1001101 10000110 100100 101011 0 101111 11111001 11011 101001

Color Harmonies of #564D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D86

Black with #564D86

Text Example


Text Example

White with #564D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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