#536C9C

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

Shades of San Marino #536C9C

Tints of San Marino #536C9C

Color information

#536C9C (or 0x536C9C) is unknown color: approx San Marino. HEX triplet: 53, 6C and 9C. RGB value is (83,108,156). Sum of RGB (Red+Green+Blue) = 83+108+156=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #536C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C9C is #AC9363. Grayscale: #696969. Windows color (decimal): -11309924 or 10251347. OLE color: 10251347.

HSL color Cylindrical-coordinate representation of color #536C9C: hue angle of 219.45º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #536C9C is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83108156-
CMYK0.470.3100.39
HSL219.45º30.54%46.86%-
HSV(B)219.45º46.79%61.18%-
XYZ14.9314.9633.55-
YUV106156.22111.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=23.92%
G=31.12%
B=44.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831081560.470.3100.39219.4530.5446.86
Hex536C9C2F1F027db1f2f
Octal12315423457370473333757
Binary10100111101100100111001011111111101001111101101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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