Html Css Color HEX #537899 San Marino

📋 copy color: '#537899'

red 83 ◦ green 120 ◦ blue 153

#537899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #537899

Tints of San Marino #537899

RGB

 RED value IS 83 (32.81% from 255) = 23.31%

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 153 (60.16% from 255) = 42.98%

R = 23.31%
G = 33.71%
B = 42.98%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#537899 (or 0x537899) is known color: San Marino. HEX triplet: 53, 78 and 99. RGB value is (83,120,153). Sum of RGB (Red+Green+Blue) = 83+120+153=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #537899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537899 is #AC8766. Grayscale: #707070. Windows color (decimal): -11306855 or 10057811. OLE color: 10057811.

HSL color Cylindrical-coordinate representation of color #537899: hue angle of 208.29º 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 #537899 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 120 153 -
CMYK 0.46 0.22 0 0.4
HSL 208.29º 0.3% 0.46% -
HSV(B) 208.29º 0.46% 0.6% -
XYZ 16.03 17.57 32.68 -
YUV 112.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 83 120 153 0.46 0.22 0 0.4 208.29 0.3 0.46
Hex 53 78 99 2E 16 0 28 D0 1E 2E
Octal 123 170 231 56 26 0 50 320 36 56
Binary 1010011 1111000 10011001 101110 10110 0 101000 11010000 11110 101110

Color Harmonies of #537899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537899

Black with #537899

Text Example


Text Example

White with #537899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537899; }

 p { color: rgb(83,120,153); }

 H1.HeaderClassName
 {
   color: #537899;
 }
 .AnyTagClassName
 {
   color: #537899;
 }
</style>

background-color css

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

 a { background-color: rgb(83,120,153); }

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

border-color css

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

 span { border-color: rgb(83,120,153); }

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