Html Css Color HEX #537B9C San Marino

📋 copy color: '#537B9C'

red 83 ◦ green 123 ◦ blue 156

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

Shades of San Marino #537B9C

Tints of San Marino #537B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.09%

R = 22.93%
G = 33.98%
B = 43.09%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#537B9C (or 0x537B9C) is known color: San Marino. HEX triplet: 53, 7B and 9C. RGB value is (83,123,156). Sum of RGB (Red+Green+Blue) = 83+123+156=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #537B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B9C is #AC8463. Grayscale: #727272. Windows color (decimal): -11306084 or 10255187. OLE color: 10255187.

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

Color convert

RGB 83 123 156 -
CMYK 0.47 0.21 0 0.39
HSL 207.12º 0.31% 0.47% -
HSV(B) 207.12º 0.47% 0.61% -
XYZ 16.65 18.41 34.13 -
YUV 114.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 83 123 156 0.47 0.21 0 0.39 207.12 0.31 0.47
Hex 53 7B 9C 2F 15 0 27 CF 1F 2F
Octal 123 173 234 57 25 0 47 317 37 57
Binary 1010011 1111011 10011100 101111 10101 0 100111 11001111 11111 101111

Color Harmonies of #537B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B9C

Black with #537B9C

Text Example


Text Example

White with #537B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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