#536998

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

Shades of San Marino #536998

Tints of San Marino #536998

Color information

#536998 (or 0x536998) is unknown color: approx San Marino. HEX triplet: 53, 69 and 98. RGB value is (83,105,152). Sum of RGB (Red+Green+Blue) = 83+105+152=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #536998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536998 is #AC9667. Grayscale: #676767. Windows color (decimal): -11310696 or 9988435. OLE color: 9988435.

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

Color convert

RGB83105152-
CMYK0.450.3100.40
HSL220.87º29.36%46.08%-
HSV(B)220.87º45.39%59.61%-
XYZ14.2914.2131.7-
YUV103.78155.21113.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=24.41%
G=30.88%
B=44.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831051520.450.3100.40220.8729.3646.08
Hex5369982D1F028dd1d2e
Octal12315123055370503353556
Binary10100111101001100110001011011111101010001101110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536998; }

 p { color: rgb(83,105,152); }

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

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

 a { background-color: rgb(83,105,152); }

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

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

 span { border-color: rgb(83,105,152); }

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