Html Css Color HEX #565480 Victoria

📋 copy color: '#565480'

red 86 ◦ green 84 ◦ blue 128

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

Shades of Victoria #565480

Tints of Victoria #565480

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.19%

 BLUE value IS 128 (50.39% from 255) = 42.95%

R = 28.86%
G = 28.19%
B = 42.95%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#565480 (or 0x565480) is known color: Victoria. HEX triplet: 56, 54 and 80. RGB value is (86,84,128). Sum of RGB (Red+Green+Blue) = 86+84+128=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #565480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565480 is #A9AB7F. Grayscale: #595959. Windows color (decimal): -11119488 or 8410198. OLE color: 8410198.

HSL color Cylindrical-coordinate representation of color #565480: hue angle of 242.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #565480 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 84 128 -
CMYK 0.33 0.34 0 0.50
HSL 242.73º 0.21% 0.42% -
HSV(B) 242.73º 0.34% 0.5% -
XYZ 10.9 9.88 21.75 -
YUV 89.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 86 84 128 0.33 0.34 0 0.50 242.73 0.21 0.42
Hex 56 54 80 21 22 0 32 F3 15 2A
Octal 126 124 200 41 42 0 62 363 25 52
Binary 1010110 1010100 10000000 100001 100010 0 110010 11110011 10101 101010

Color Harmonies of #565480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565480

Black with #565480

Text Example


Text Example

White with #565480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565480; }

 p { color: rgb(86,84,128); }

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

background-color css

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

 a { background-color: rgb(86,84,128); }

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

border-color css

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

 span { border-color: rgb(86,84,128); }

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