Html Css Color HEX #537097 San Marino

📋 copy color: '#537097'

red 83 ◦ green 112 ◦ blue 151

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

Shades of San Marino #537097

Tints of San Marino #537097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

 BLUE value IS 151 (59.38% from 255) = 43.64%

R = 23.99%
G = 32.37%
B = 43.64%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#537097 (or 0x537097) is known color: San Marino. HEX triplet: 53, 70 and 97. RGB value is (83,112,151). Sum of RGB (Red+Green+Blue) = 83+112+151=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #537097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537097 is #AC8F68. Grayscale: #6B6B6B. Windows color (decimal): -11308905 or 9924691. OLE color: 9924691.

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

Color convert

RGB 83 112 151 -
CMYK 0.45 0.26 0 0.41
HSL 214.41º 0.29% 0.46% -
HSV(B) 214.41º 0.45% 0.59% -
XYZ 14.95 15.66 31.51 -
YUV 107.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 83 112 151 0.45 0.26 0 0.41 214.41 0.29 0.46
Hex 53 70 97 2D 1A 0 29 D6 1D 2E
Octal 123 160 227 55 32 0 51 326 35 56
Binary 1010011 1110000 10010111 101101 11010 0 101001 11010110 11101 101110

Color Harmonies of #537097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537097

Black with #537097

Text Example


Text Example

White with #537097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537097; }

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

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

background-color css

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

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

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

border-color css

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

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

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