Html Css Color HEX #564F7D Victoria

📋 copy color: '#564F7D'

red 86 ◦ green 79 ◦ blue 125

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

Shades of Victoria #564F7D

Tints of Victoria #564F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.24%

 BLUE value IS 125 (49.22% from 255) = 43.1%

R = 29.66%
G = 27.24%
B = 43.1%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#564F7D (or 0x564F7D) is known color: Victoria. HEX triplet: 56, 4F and 7D. RGB value is (86,79,125). Sum of RGB (Red+Green+Blue) = 86+79+125=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #564F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F7D is #A9B082. Grayscale: #565656. Windows color (decimal): -11120771 or 8212310. OLE color: 8212310.

HSL color Cylindrical-coordinate representation of color #564F7D: hue angle of 249.13º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #564F7D is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 79 125 -
CMYK 0.31 0.37 0 0.51
HSL 249.13º 0.23% 0.4% -
HSV(B) 249.13º 0.37% 0.49% -
XYZ 10.34 9.05 20.6 -
YUV 86.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 86 79 125 0.31 0.37 0 0.51 249.13 0.23 0.4
Hex 56 4F 7D 1F 25 0 33 F9 17 28
Octal 126 117 175 37 45 0 63 371 27 50
Binary 1010110 1001111 1111101 11111 100101 0 110011 11111001 10111 101000

Color Harmonies of #564F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F7D

Black with #564F7D

Text Example


Text Example

White with #564F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,79,125); }

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

background-color css

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

 a { background-color: rgb(86,79,125); }

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

border-color css

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

 span { border-color: rgb(86,79,125); }

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