#536EAE

Color #536EAE San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #536EAE

Tints of San Marino #536EAE

Color information

#536EAE (or 0x536EAE) is unknown color: approx San Marino. HEX triplet: 53, 6E and AE. RGB value is (83,110,174). Sum of RGB (Red+Green+Blue) = 83+110+174=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #536EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536EAE is #AC9151. Grayscale: #6C6C6C. Windows color (decimal): -11309394 or 11431507. OLE color: 11431507.

HSL color Cylindrical-coordinate representation of color #536EAE: hue angle of 222.2º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #536EAE is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83110174-
CMYK0.520.3700.32
HSL222.2º35.97%50.39%-
HSV(B)222.2º52.3%68.24%-
XYZ16.7816.0542.26-
YUV109.22164.55109.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=22.62%
G=29.97%
B=47.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831101740.520.3700.32222.235.9750.39
Hex536EAE3425020de2432
Octal12315625664450403364462
Binary1010011110111010101110110100100101010000011011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536EAE; }

 p { color: rgb(83,110,174); }

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

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

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

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

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

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

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