#536F97

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

Shades of San Marino #536F97

Tints of San Marino #536F97

Color information

#536F97 (or 0x536F97) is unknown color: approx San Marino. HEX triplet: 53, 6F and 97. RGB value is (83,111,151). Sum of RGB (Red+Green+Blue) = 83+111+151=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #536F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F97 is #AC9068. Grayscale: #6A6A6A. Windows color (decimal): -11309161 or 9924435. OLE color: 9924435.

HSL color Cylindrical-coordinate representation of color #536F97: hue angle of 215.29º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #536F97 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB83111151-
CMYK0.450.2600.41
HSL215.29º29.06%45.88%-
HSV(B)215.29º45.03%59.22%-
XYZ14.8415.4431.48-
YUV107.19152.72110.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 151 (59.38% from 255) = 43.77%
R=24.06%
G=32.17%
B=43.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831111510.450.2600.41215.2929.0645.88
Hex536F972D1A029d71d2e
Octal12315722755320513273556
Binary10100111101111100101111011011101001010011101011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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