Html Css Color HEX #564C72 Victoria

📋 copy color: '#564C72'

red 86 ◦ green 76 ◦ blue 114

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

Shades of Victoria #564C72

Tints of Victoria #564C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.54%

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

R = 31.16%
G = 27.54%
B = 41.3%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#564C72 (or 0x564C72) is known color: Victoria. HEX triplet: 56, 4C and 72. RGB value is (86,76,114). Sum of RGB (Red+Green+Blue) = 86+76+114=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #564C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C72 is #A9B38D. Grayscale: #535353. Windows color (decimal): -11121550 or 7490646. OLE color: 7490646.

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

Color convert

RGB 86 76 114 -
CMYK 0.25 0.33 0 0.55
HSL 255.79º 0.2% 0.37% -
HSV(B) 255.79º 0.33% 0.45% -
XYZ 9.46 8.36 17.04 -
YUV 83.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 86 76 114 0.25 0.33 0 0.55 255.79 0.2 0.37
Hex 56 4C 72 19 21 0 37 100 14 25
Octal 126 114 162 31 41 0 67 400 24 45
Binary 1010110 1001100 1110010 11001 100001 0 110111 100000000 10100 100101

Color Harmonies of #564C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C72

Black with #564C72

Text Example


Text Example

White with #564C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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