Html Css Color HEX #537BA7 San Marino

📋 copy color: '#537BA7'

red 83 ◦ green 123 ◦ blue 167

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

Shades of San Marino #537BA7

Tints of San Marino #537BA7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

 BLUE value IS 167 (65.63% from 255) = 44.77%

R = 22.25%
G = 32.98%
B = 44.77%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#537BA7 (or 0x537BA7) is known color: San Marino. HEX triplet: 53, 7B and A7. RGB value is (83,123,167). Sum of RGB (Red+Green+Blue) = 83+123+167=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 167 - color contains mainly: blue. Hex color #537BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537BA7 is #AC8458. Grayscale: #737373. Windows color (decimal): -11306073 or 10976083. OLE color: 10976083.

HSL color Cylindrical-coordinate representation of color #537BA7: hue angle of 211.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #537BA7 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 123 167 -
CMYK 0.50 0.26 0 0.35
HSL 211.43º 0.34% 0.49% -
HSV(B) 211.43º 0.5% 0.65% -
XYZ 17.63 18.79 39.26 -
YUV 116.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 83 123 167 0.50 0.26 0 0.35 211.43 0.34 0.49
Hex 53 7B A7 32 1A 0 23 D3 22 31
Octal 123 173 247 62 32 0 43 323 42 61
Binary 1010011 1111011 10100111 110010 11010 0 100011 11010011 100010 110001

Color Harmonies of #537BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BA7

Black with #537BA7

Text Example


Text Example

White with #537BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537BA7; }

 p { color: rgb(83,123,167); }

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

background-color css

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

 a { background-color: rgb(83,123,167); }

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

border-color css

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

 span { border-color: rgb(83,123,167); }

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