Html Css Color HEX #564D87 Victoria

📋 copy color: '#564D87'

red 86 ◦ green 77 ◦ blue 135

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

Shades of Victoria #564D87

Tints of Victoria #564D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.3%

R = 28.86%
G = 25.84%
B = 45.3%

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

#564D87 (or 0x564D87) is known color: Victoria. HEX triplet: 56, 4D and 87. RGB value is (86,77,135). Sum of RGB (Red+Green+Blue) = 86+77+135=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #564D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564D87 is #A9B278. Grayscale: #565656. Windows color (decimal): -11121273 or 8867158. OLE color: 8867158.

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

Color convert

RGB 86 77 135 -
CMYK 0.36 0.43 0 0.47
HSL 249.31º 0.27% 0.42% -
HSV(B) 249.31º 0.43% 0.53% -
XYZ 10.86 9.04 24.09 -
YUV 86.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 86 77 135 0.36 0.43 0 0.47 249.31 0.27 0.42
Hex 56 4D 87 24 2B 0 2F F9 1B 2A
Octal 126 115 207 44 53 0 57 371 33 52
Binary 1010110 1001101 10000111 100100 101011 0 101111 11111001 11011 101010

Color Harmonies of #564D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D87

Black with #564D87

Text Example


Text Example

White with #564D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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