#535383

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

Shades of Victoria #535383

Tints of Victoria #535383

Color information

#535383 (or 0x535383) is unknown color: approx Victoria. HEX triplet: 53, 53 and 83. RGB value is (83,83,131). Sum of RGB (Red+Green+Blue) = 83+83+131=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #535383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535383 is #ACAC7C. Grayscale: #585858. Windows color (decimal): -11316349 or 8606547. OLE color: 8606547.

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

Color convert

RGB8383131-
CMYK0.370.3700.49
HSL240º22.43%41.96%-
HSV(B)240º36.64%51.37%-
XYZ10.769.6622.77-
YUV88.47152124.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=27.95%
G=27.95%
B=44.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83831310.370.3700.4924022.4341.96
Hex5353832525031f0162a
Octal12312320345450613602652
Binary101001110100111000001110010110010101100011111000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535383; }

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

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

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

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

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

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

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

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