Html Css Color HEX #564B79 Victoria

📋 copy color: '#564B79'

red 86 ◦ green 75 ◦ blue 121

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

Shades of Victoria #564B79

Tints of Victoria #564B79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.91%

R = 30.5%
G = 26.6%
B = 42.91%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#564B79 (or 0x564B79) is known color: Victoria. HEX triplet: 56, 4B and 79. RGB value is (86,75,121). Sum of RGB (Red+Green+Blue) = 86+75+121=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #564B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B79 is #A9B486. Grayscale: #535353. Windows color (decimal): -11121799 or 7949142. OLE color: 7949142.

HSL color Cylindrical-coordinate representation of color #564B79: hue angle of 254.35º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #564B79 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 75 121 -
CMYK 0.29 0.38 0 0.53
HSL 254.35º 0.23% 0.38% -
HSV(B) 254.35º 0.38% 0.47% -
XYZ 9.81 8.39 19.19 -
YUV 83.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 86 75 121 0.29 0.38 0 0.53 254.35 0.23 0.38
Hex 56 4B 79 1D 26 0 35 FE 17 26
Octal 126 113 171 35 46 0 65 376 27 46
Binary 1010110 1001011 1111001 11101 100110 0 110101 11111110 10111 100110

Color Harmonies of #564B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B79

Black with #564B79

Text Example


Text Example

White with #564B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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