#536CAE

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

Shades of San Marino #536CAE

Tints of San Marino #536CAE

Color information

#536CAE (or 0x536CAE) is unknown color: approx San Marino. HEX triplet: 53, 6C and AE. RGB value is (83,108,174). Sum of RGB (Red+Green+Blue) = 83+108+174=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #536CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536CAE is #AC9351. Grayscale: #6B6B6B. Windows color (decimal): -11309906 or 11430995. OLE color: 11430995.

HSL color Cylindrical-coordinate representation of color #536CAE: hue angle of 223.52º 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 #536CAE is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83108174-
CMYK0.520.3800.32
HSL223.52º35.97%50.39%-
HSV(B)223.52º52.3%68.24%-
XYZ16.5715.6242.19-
YUV108.05165.22110.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=22.74%
G=29.59%
B=47.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831081740.520.3800.32223.5235.9750.39
Hex536CAE3426020e02432
Octal12315425664460403404462
Binary1010011110110010101110110100100110010000011100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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