Html Css Color HEX #537999 San Marino

📋 copy color: '#537999'

red 83 ◦ green 121 ◦ blue 153

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

Shades of San Marino #537999

Tints of San Marino #537999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 23.25%
G = 33.89%
B = 42.86%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#537999 (or 0x537999) is known color: San Marino. HEX triplet: 53, 79 and 99. RGB value is (83,121,153). Sum of RGB (Red+Green+Blue) = 83+121+153=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #537999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537999 is #AC8666. Grayscale: #717171. Windows color (decimal): -11306599 or 10058067. OLE color: 10058067.

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

Color convert

RGB 83 121 153 -
CMYK 0.46 0.21 0 0.4
HSL 207.43º 0.3% 0.46% -
HSV(B) 207.43º 0.46% 0.6% -
XYZ 16.15 17.81 32.72 -
YUV 113.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 83 121 153 0.46 0.21 0 0.4 207.43 0.3 0.46
Hex 53 79 99 2E 15 0 28 CF 1E 2E
Octal 123 171 231 56 25 0 50 317 36 56
Binary 1010011 1111001 10011001 101110 10101 0 101000 11001111 11110 101110

Color Harmonies of #537999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537999

Black with #537999

Text Example


Text Example

White with #537999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537999; }

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

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

background-color css

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

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

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

border-color css

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

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

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