Html Css Color HEX #537A9B San Marino

📋 copy color: '#537A9B'

red 83 ◦ green 122 ◦ blue 155

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

Shades of San Marino #537A9B

Tints of San Marino #537A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 23.06%
G = 33.89%
B = 43.06%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#537A9B (or 0x537A9B) is known color: San Marino. HEX triplet: 53, 7A and 9B. RGB value is (83,122,155). Sum of RGB (Red+Green+Blue) = 83+122+155=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #537A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537A9B is #AC8564. Grayscale: #717171. Windows color (decimal): -11306341 or 10189395. OLE color: 10189395.

HSL color Cylindrical-coordinate representation of color #537A9B: hue angle of 207.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #537A9B is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 122 155 -
CMYK 0.46 0.21 0 0.39
HSL 207.5º 0.3% 0.47% -
HSV(B) 207.5º 0.46% 0.61% -
XYZ 16.44 18.12 33.64 -
YUV 114.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 83 122 155 0.46 0.21 0 0.39 207.5 0.3 0.47
Hex 53 7A 9B 2E 15 0 27 D0 1E 2F
Octal 123 172 233 56 25 0 47 320 36 57
Binary 1010011 1111010 10011011 101110 10101 0 100111 11010000 11110 101111

Color Harmonies of #537A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537A9B

Black with #537A9B

Text Example


Text Example

White with #537A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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