#535287

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

Shades of Victoria #535287

Tints of Victoria #535287

Color information

#535287 (or 0x535287) is unknown color: approx Victoria. HEX triplet: 53, 52 and 87. RGB value is (83,82,135). Sum of RGB (Red+Green+Blue) = 83+82+135=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #535287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535287 is #ACAD78. Grayscale: #585858. Windows color (decimal): -11316601 or 8868435. OLE color: 8868435.

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

Color convert

RGB8382135-
CMYK0.390.3900.47
HSL241.13º24.42%42.55%-
HSV(B)241.13º39.26%52.94%-
XYZ10.969.6224.2-
YUV88.34154.33124.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 135 (53.12% from 255) = 45%
R=27.67%
G=27.33%
B=45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83821350.390.3900.47241.1324.4242.55
Hex535287272702Ff1182b
Octal12312220747470573613053
Binary101001110100101000011110011110011101011111111000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535287; }

 p { color: rgb(83,82,135); }

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

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

 a { background-color: rgb(83,82,135); }

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

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

 span { border-color: rgb(83,82,135); }

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