Html Css Color HEX #537AA2 San Marino

📋 copy color: '#537AA2'

red 83 ◦ green 122 ◦ blue 162

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

Shades of San Marino #537AA2

Tints of San Marino #537AA2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 162 (63.67% from 255) = 44.14%

R = 22.62%
G = 33.24%
B = 44.14%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#537AA2 (or 0x537AA2) is known color: San Marino. HEX triplet: 53, 7A and A2. RGB value is (83,122,162). Sum of RGB (Red+Green+Blue) = 83+122+162=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #537AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537AA2 is #AC855D. Grayscale: #727272. Windows color (decimal): -11306334 or 10648147. OLE color: 10648147.

HSL color Cylindrical-coordinate representation of color #537AA2: hue angle of 210.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #537AA2 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 122 162 -
CMYK 0.49 0.25 0 0.36
HSL 210.38º 0.32% 0.48% -
HSV(B) 210.38º 0.49% 0.64% -
XYZ 17.05 18.37 36.83 -
YUV 114.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 83 122 162 0.49 0.25 0 0.36 210.38 0.32 0.48
Hex 53 7A A2 31 19 0 24 D2 20 30
Octal 123 172 242 61 31 0 44 322 40 60
Binary 1010011 1111010 10100010 110001 11001 0 100100 11010010 100000 110000

Color Harmonies of #537AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AA2

Black with #537AA2

Text Example


Text Example

White with #537AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,122,162); }

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

background-color css

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

 a { background-color: rgb(83,122,162); }

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

border-color css

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

 span { border-color: rgb(83,122,162); }

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