Html Css Color HEX #564B72 Victoria

📋 copy color: '#564B72'

red 86 ◦ green 75 ◦ blue 114

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

Shades of Victoria #564B72

Tints of Victoria #564B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 31.27%
G = 27.27%
B = 41.45%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#564B72 (or 0x564B72) is known color: Victoria. HEX triplet: 56, 4B and 72. RGB value is (86,75,114). Sum of RGB (Red+Green+Blue) = 86+75+114=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #564B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B72 is #A9B48D. Grayscale: #525252. Windows color (decimal): -11121806 or 7490390. OLE color: 7490390.

HSL color Cylindrical-coordinate representation of color #564B72: hue angle of 256.92º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564B72 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 75 114 -
CMYK 0.25 0.34 0 0.55
HSL 256.92º 0.21% 0.37% -
HSV(B) 256.92º 0.34% 0.45% -
XYZ 9.39 8.23 17.01 -
YUV 82.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 86 75 114 0.25 0.34 0 0.55 256.92 0.21 0.37
Hex 56 4B 72 19 22 0 37 101 15 25
Octal 126 113 162 31 42 0 67 401 25 45
Binary 1010110 1001011 1110010 11001 100010 0 110111 100000001 10101 100101

Color Harmonies of #564B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B72

Black with #564B72

Text Example


Text Example

White with #564B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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