Html Css Color HEX #564B71 Victoria

📋 copy color: '#564B71'

red 86 ◦ green 75 ◦ blue 113

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

Shades of Victoria #564B71

Tints of Victoria #564B71

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.37%

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 31.39%
G = 27.37%
B = 41.24%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#564B71 (or 0x564B71) is known color: Victoria. HEX triplet: 56, 4B and 71. RGB value is (86,75,113). Sum of RGB (Red+Green+Blue) = 86+75+113=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #564B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B71 is #A9B48E. Grayscale: #525252. Windows color (decimal): -11121807 or 7424854. OLE color: 7424854.

HSL color Cylindrical-coordinate representation of color #564B71: hue angle of 257.37º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564B71 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 75 113 -
CMYK 0.24 0.34 0 0.56
HSL 257.37º 0.2% 0.37% -
HSV(B) 257.37º 0.34% 0.44% -
XYZ 9.33 8.2 16.71 -
YUV 82.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 86 75 113 0.24 0.34 0 0.56 257.37 0.2 0.37
Hex 56 4B 71 18 22 0 38 101 14 25
Octal 126 113 161 30 42 0 70 401 24 45
Binary 1010110 1001011 1110001 11000 100010 0 111000 100000001 10100 100101

Color Harmonies of #564B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B71

Black with #564B71

Text Example


Text Example

White with #564B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,75,113); }

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

background-color css

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

 a { background-color: rgb(86,75,113); }

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

border-color css

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

 span { border-color: rgb(86,75,113); }

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