Html Css Color HEX #537499 San Marino

📋 copy color: '#537499'

red 83 ◦ green 116 ◦ blue 153

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

Shades of San Marino #537499

Tints of San Marino #537499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

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

R = 23.58%
G = 32.95%
B = 43.47%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#537499 (or 0x537499) is known color: San Marino. HEX triplet: 53, 74 and 99. RGB value is (83,116,153). Sum of RGB (Red+Green+Blue) = 83+116+153=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #537499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537499 is #AC8B66. Grayscale: #6E6E6E. Windows color (decimal): -11307879 or 10056787. OLE color: 10056787.

HSL color Cylindrical-coordinate representation of color #537499: hue angle of 211.71º 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 #537499 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 116 153 -
CMYK 0.46 0.24 0 0.4
HSL 211.71º 0.3% 0.46% -
HSV(B) 211.71º 0.46% 0.6% -
XYZ 15.56 16.63 32.53 -
YUV 110.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 83 116 153 0.46 0.24 0 0.4 211.71 0.3 0.46
Hex 53 74 99 2E 18 0 28 D4 1E 2E
Octal 123 164 231 56 30 0 50 324 36 56
Binary 1010011 1110100 10011001 101110 11000 0 101000 11010100 11110 101110

Color Harmonies of #537499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537499

Black with #537499

Text Example


Text Example

White with #537499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537499; }

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

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

background-color css

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

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

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

border-color css

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

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

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