Html Css Color HEX #564978 Victoria

📋 copy color: '#564978'

red 86 ◦ green 73 ◦ blue 120

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

Shades of Victoria #564978

Tints of Victoria #564978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

 BLUE value IS 120 (47.27% from 255) = 43.01%

R = 30.82%
G = 26.16%
B = 43.01%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#564978 (or 0x564978) is known color: Victoria. HEX triplet: 56, 49 and 78. RGB value is (86,73,120). Sum of RGB (Red+Green+Blue) = 86+73+120=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #564978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564978 is #A9B687. Grayscale: #525252. Windows color (decimal): -11122312 or 7883094. OLE color: 7883094.

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

Color convert

RGB 86 73 120 -
CMYK 0.28 0.39 0 0.53
HSL 256.6º 0.24% 0.38% -
HSV(B) 256.6º 0.39% 0.47% -
XYZ 9.61 8.1 18.83 -
YUV 82.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 86 73 120 0.28 0.39 0 0.53 256.6 0.24 0.38
Hex 56 49 78 1C 27 0 35 101 18 26
Octal 126 111 170 34 47 0 65 401 30 46
Binary 1010110 1001001 1111000 11100 100111 0 110101 100000001 11000 100110

Color Harmonies of #564978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564978

Black with #564978

Text Example


Text Example

White with #564978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564978; }

 p { color: rgb(86,73,120); }

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

background-color css

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

 a { background-color: rgb(86,73,120); }

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

border-color css

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

 span { border-color: rgb(86,73,120); }

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