#536897

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

Shades of San Marino #536897

Tints of San Marino #536897

Color information

#536897 (or 0x536897) is unknown color: approx San Marino. HEX triplet: 53, 68 and 97. RGB value is (83,104,151). Sum of RGB (Red+Green+Blue) = 83+104+151=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #536897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536897 is #AC9768. Grayscale: #666666. Windows color (decimal): -11310953 or 9922643. OLE color: 9922643.

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

Color convert

RGB83104151-
CMYK0.450.3100.41
HSL221.47º29.06%45.88%-
HSV(B)221.47º45.03%59.22%-
XYZ14.113.9731.23-
YUV103.08155.04113.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 151 (59.38% from 255) = 44.67%
R=24.56%
G=30.77%
B=44.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831041510.450.3100.41221.4729.0645.88
Hex5368972D1F029dd1d2e
Octal12315022755370513353556
Binary10100111101000100101111011011111101010011101110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536897; }

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

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

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

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

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

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

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

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