#535281

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

Shades of Victoria #535281

Tints of Victoria #535281

Color information

#535281 (or 0x535281) is unknown color: approx Victoria. HEX triplet: 53, 52 and 81. RGB value is (83,82,129). Sum of RGB (Red+Green+Blue) = 83+82+129=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #535281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535281 is #ACAD7E. Grayscale: #575757. Windows color (decimal): -11316607 or 8475219. OLE color: 8475219.

HSL color Cylindrical-coordinate representation of color #535281: hue angle of 241.28º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #535281 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8382129-
CMYK0.360.3600.49
HSL241.28º22.27%41.37%-
HSV(B)241.28º36.43%50.59%-
XYZ10.559.4622.04-
YUV87.66151.33124.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=28.23%
G=27.89%
B=43.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83821290.360.3600.49241.2822.2741.37
Hex5352812424031f11629
Octal12312220144440613612651
Binary101001110100101000000110010010010001100011111000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535281; }

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

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

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

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

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

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

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

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