#536F9C

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

Shades of San Marino #536F9C

Tints of San Marino #536F9C

Color information

#536F9C (or 0x536F9C) is unknown color: approx San Marino. HEX triplet: 53, 6F and 9C. RGB value is (83,111,156). Sum of RGB (Red+Green+Blue) = 83+111+156=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #536F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F9C is #AC9063. Grayscale: #6B6B6B. Windows color (decimal): -11309156 or 10252115. OLE color: 10252115.

HSL color Cylindrical-coordinate representation of color #536F9C: hue angle of 216.99º 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 #536F9C is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83111156-
CMYK0.470.2900.39
HSL216.99º30.54%46.86%-
HSV(B)216.99º46.79%61.18%-
XYZ15.2515.6133.66-
YUV107.76155.22110.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=23.71%
G=31.71%
B=44.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831111560.470.2900.39216.9930.5446.86
Hex536F9C2F1D027d91f2f
Octal12315723457350473313757
Binary10100111101111100111001011111110101001111101100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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