#536cac

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

Shades of San Marino #536CAC

Tints of San Marino #536CAC

Color information

#536CAC (or 0x536CAC) is unknown color: approx San Marino. HEX triplet: 53, 6C and AC. RGB value is (83,108,172). Sum of RGB (Red+Green+Blue) = 83+108+172=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #536CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536CAC is #AC9353. Grayscale: #6B6B6B. Windows color (decimal): -11309908 or 11299923. OLE color: 11299923.

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

Color convert

RGB83108172-
CMYK0.520.3700.33
HSL223.15º34.9%50%-
HSV(B)223.15º51.74%67.45%-
XYZ16.3815.5441.17-
YUV107.82164.22110.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.87%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 172 (67.58% from 255) = 47.38%
R=22.87%
G=29.75%
B=47.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831081720.520.3700.33223.1534.950
Hex536CAC3425021df2332
Octal12315425464450413374362
Binary1010011110110010101100110100100101010000111011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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