Html Css Color HEX #537399 San Marino

📋 copy color: '#537399'

red 83 ◦ green 115 ◦ blue 153

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

Shades of San Marino #537399

Tints of San Marino #537399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 23.65%
G = 32.76%
B = 43.59%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#537399 (or 0x537399) is known color: San Marino. HEX triplet: 53, 73 and 99. RGB value is (83,115,153). Sum of RGB (Red+Green+Blue) = 83+115+153=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #537399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537399 is #AC8C66. Grayscale: #6D6D6D. Windows color (decimal): -11308135 or 10056531. OLE color: 10056531.

HSL color Cylindrical-coordinate representation of color #537399: hue angle of 212.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #537399 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 115 153 -
CMYK 0.46 0.25 0 0.4
HSL 212.57º 0.3% 0.46% -
HSV(B) 212.57º 0.46% 0.6% -
XYZ 15.45 16.4 32.49 -
YUV 109.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 83 115 153 0.46 0.25 0 0.4 212.57 0.3 0.46
Hex 53 73 99 2E 19 0 28 D5 1E 2E
Octal 123 163 231 56 31 0 50 325 36 56
Binary 1010011 1110011 10011001 101110 11001 0 101000 11010101 11110 101110

Color Harmonies of #537399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537399

Black with #537399

Text Example


Text Example

White with #537399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537399; }

 p { color: rgb(83,115,153); }

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

background-color css

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

 a { background-color: rgb(83,115,153); }

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

border-color css

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

 span { border-color: rgb(83,115,153); }

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