#536F9A

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

Shades of San Marino #536F9A

Tints of San Marino #536F9A

Color information

#536F9A (or 0x536F9A) is unknown color: approx San Marino. HEX triplet: 53, 6F and 9A. RGB value is (83,111,154). Sum of RGB (Red+Green+Blue) = 83+111+154=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #536F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F9A is #AC9065. Grayscale: #6B6B6B. Windows color (decimal): -11309158 or 10121043. OLE color: 10121043.

HSL color Cylindrical-coordinate representation of color #536F9A: hue angle of 216.34º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #536F9A is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB83111154-
CMYK0.460.2800.40
HSL216.34º29.96%46.47%-
HSV(B)216.34º46.1%60.39%-
XYZ15.0815.5432.78-
YUV107.53154.22110.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=23.85%
G=31.90%
B=44.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831111540.460.2800.40216.3429.9646.47
Hex536F9A2E1C028d81e2e
Octal12315723256340503303656
Binary10100111101111100110101011101110001010001101100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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