#565277

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

Shades of Victoria #565277

Tints of Victoria #565277

Color information

#565277 (or 0x565277) is unknown color: approx Victoria. HEX triplet: 56, 52 and 77. RGB value is (86,82,119). Sum of RGB (Red+Green+Blue) = 86+82+119=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #565277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565277 is #A9AD88. Grayscale: #575757. Windows color (decimal): -11120009 or 7819862. OLE color: 7819862.

HSL color Cylindrical-coordinate representation of color #565277: hue angle of 246.49º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #565277 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8682119-
CMYK0.280.3100.53
HSL246.49º18.41%39.41%-
HSV(B)246.49º31.09%46.67%-
XYZ10.189.3418.72-
YUV87.41145.83126.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=29.97%
G=28.57%
B=41.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86821190.280.3100.53246.4918.4139.41
Hex5652771C1F035f61227
Octal12612216734370653662247
Binary101011010100101110111111001111101101011111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565277; }

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

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

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

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

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

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

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

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