Html Css Color HEX #564C73 Victoria

📋 copy color: '#564C73'

red 86 ◦ green 76 ◦ blue 115

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

Shades of Victoria #564C73

Tints of Victoria #564C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 31.05%
G = 27.44%
B = 41.52%

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

#564C73 (or 0x564C73) is known color: Victoria. HEX triplet: 56, 4C and 73. RGB value is (86,76,115). Sum of RGB (Red+Green+Blue) = 86+76+115=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #564C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C73 is #A9B38C. Grayscale: #535353. Windows color (decimal): -11121549 or 7556182. OLE color: 7556182.

HSL color Cylindrical-coordinate representation of color #564C73: hue angle of 255.38º degrees, saturation: 0.2, 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 #564C73 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 76 115 -
CMYK 0.25 0.34 0 0.55
HSL 255.38º 0.2% 0.37% -
HSV(B) 255.38º 0.34% 0.45% -
XYZ 9.52 8.39 17.34 -
YUV 83.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 86 76 115 0.25 0.34 0 0.55 255.38 0.2 0.37
Hex 56 4C 73 19 22 0 37 FF 14 25
Octal 126 114 163 31 42 0 67 377 24 45
Binary 1010110 1001100 1110011 11001 100010 0 110111 11111111 10100 100101

Color Harmonies of #564C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C73

Black with #564C73

Text Example


Text Example

White with #564C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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