#535386

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

Shades of Victoria #535386

Tints of Victoria #535386

Color information

#535386 (or 0x535386) is unknown color: approx Victoria. HEX triplet: 53, 53 and 86. RGB value is (83,83,134). Sum of RGB (Red+Green+Blue) = 83+83+134=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #535386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535386 is #ACAC79. Grayscale: #585858. Windows color (decimal): -11316346 or 8803155. OLE color: 8803155.

HSL color Cylindrical-coordinate representation of color #535386: hue angle of 240º degrees, saturation: 0.24, 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 #535386 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8383134-
CMYK0.380.3800.47
HSL240º23.5%42.55%-
HSV(B)240º38.06%52.55%-
XYZ10.969.7523.86-
YUV88.81153.5123.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 134 (52.73% from 255) = 44.67%
R=27.67%
G=27.67%
B=44.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83831340.380.3800.4724023.542.55
Hex535386262602Ff0182b
Octal12312320646460573603053
Binary101001110100111000011010011010011001011111111000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535386; }

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

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

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

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

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

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

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

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