Html Css Color HEX #565080 Victoria

📋 copy color: '#565080'

red 86 ◦ green 80 ◦ blue 128

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

Shades of Victoria #565080

Tints of Victoria #565080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

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

R = 29.25%
G = 27.21%
B = 43.54%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#565080 (or 0x565080) is known color: Victoria. HEX triplet: 56, 50 and 80. RGB value is (86,80,128). Sum of RGB (Red+Green+Blue) = 86+80+128=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #565080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565080 is #A9AF7F. Grayscale: #575757. Windows color (decimal): -11120512 or 8409174. OLE color: 8409174.

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

Color convert

RGB 86 80 128 -
CMYK 0.33 0.38 0 0.50
HSL 247.5º 0.23% 0.41% -
HSV(B) 247.5º 0.38% 0.5% -
XYZ 10.6 9.27 21.65 -
YUV 87.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 86 80 128 0.33 0.38 0 0.50 247.5 0.23 0.41
Hex 56 50 80 21 26 0 32 F8 17 29
Octal 126 120 200 41 46 0 62 370 27 51
Binary 1010110 1010000 10000000 100001 100110 0 110010 11111000 10111 101001

Color Harmonies of #565080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565080

Black with #565080

Text Example


Text Example

White with #565080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565080; }

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

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

background-color css

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

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

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

border-color css

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

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

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