#565487

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

Shades of Victoria #565487

Tints of Victoria #565487

Color information

#565487 (or 0x565487) is unknown color: approx Victoria. HEX triplet: 56, 54 and 87. RGB value is (86,84,135). Sum of RGB (Red+Green+Blue) = 86+84+135=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #565487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565487 is #A9AB78. Grayscale: #5A5A5A. Windows color (decimal): -11119481 or 8868950. OLE color: 8868950.

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

Color convert

RGB8684135-
CMYK0.360.3800.47
HSL242.35º23.29%42.94%-
HSV(B)242.35º37.78%52.94%-
XYZ11.3810.0724.27-
YUV90.41153.16124.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=28.20%
G=27.54%
B=44.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86841350.360.3800.47242.3523.2942.94
Hex565487242602Ff2172b
Octal12612420744460573622753
Binary101011010101001000011110010010011001011111111001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565487; }

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

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

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

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

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

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

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

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