#535183

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

Shades of Victoria #535183

Tints of Victoria #535183

Color information

#535183 (or 0x535183) is unknown color: approx Victoria. HEX triplet: 53, 51 and 83. RGB value is (83,81,131). Sum of RGB (Red+Green+Blue) = 83+81+131=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 131 - color contains mainly: blue. Hex color #535183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535183 is #ACAE7C. Grayscale: #575757. Windows color (decimal): -11316861 or 8606035. OLE color: 8606035.

HSL color Cylindrical-coordinate representation of color #535183: hue angle of 242.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #535183 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8381131-
CMYK0.370.3800.49
HSL242.4º23.58%41.57%-
HSV(B)242.4º38.17%51.37%-
XYZ10.619.3622.72-
YUV87.3152.66124.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 131 (51.56% from 255) = 44.41%
R=28.14%
G=27.46%
B=44.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83811310.370.3800.49242.423.5841.57
Hex5351832526031f2182a
Octal12312120345460613623052
Binary101001110100011000001110010110011001100011111001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535183; }

 p { color: rgb(83,81,131); }

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

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

 a { background-color: rgb(83,81,131); }

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

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

 span { border-color: rgb(83,81,131); }

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