#536A96

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

Shades of San Marino #536A96

Tints of San Marino #536A96

Color information

#536A96 (or 0x536A96) is unknown color: approx San Marino. HEX triplet: 53, 6A and 96. RGB value is (83,106,150). Sum of RGB (Red+Green+Blue) = 83+106+150=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #536A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536A96 is #AC9569. Grayscale: #676767. Windows color (decimal): -11310442 or 9857619. OLE color: 9857619.

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

Color convert

RGB83106150-
CMYK0.450.2900.41
HSL219.4º28.76%45.69%-
HSV(B)219.4º44.67%58.82%-
XYZ14.2314.3530.87-
YUV104.14153.88112.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=24.48%
G=31.27%
B=44.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831061500.450.2900.41219.428.7645.69
Hex536A962D1D029db1d2e
Octal12315222655350513333556
Binary10100111101010100101101011011110101010011101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,106,150); }

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

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

 a { background-color: rgb(83,106,150); }

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

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

 span { border-color: rgb(83,106,150); }

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