#565279

Color #565279 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #565279

Tints of Victoria #565279

Color information

#565279 (or 0x565279) is unknown color: approx Victoria. HEX triplet: 56, 52 and 79. RGB value is (86,82,121). Sum of RGB (Red+Green+Blue) = 86+82+121=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #565279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565279 is #A9AD86. Grayscale: #575757. Windows color (decimal): -11120007 or 7950934. OLE color: 7950934.

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

Color convert

RGB8682121-
CMYK0.290.3200.53
HSL246.15º19.21%39.8%-
HSV(B)246.15º32.23%47.45%-
XYZ10.319.3919.36-
YUV87.64146.83126.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=29.76%
G=28.37%
B=41.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86821210.290.3200.53246.1519.2139.8
Hex5652791D20035f61328
Octal12612217135400653662350
Binary1010110101001011110011110110000001101011111011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565279; }

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

 H1.HeaderClassName
 {
   color: #565279;
 }
 .AnyTagClassName
 {
   color: #565279;
 }
</style>
background-color css

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

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

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

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

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

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