Html Css Color HEX #53739F San Marino

📋 copy color: '#53739F'

red 83 ◦ green 115 ◦ blue 159

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

Shades of San Marino #53739F

Tints of San Marino #53739F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.54%

R = 23.25%
G = 32.21%
B = 44.54%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53739F (or 0x53739F) is known color: San Marino. HEX triplet: 53, 73 and 9F. RGB value is (83,115,159). Sum of RGB (Red+Green+Blue) = 83+115+159=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #53739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53739F is #AC8C60. Grayscale: #6E6E6E. Windows color (decimal): -11308129 or 10449747. OLE color: 10449747.

HSL color Cylindrical-coordinate representation of color #53739F: hue angle of 214.74º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53739F is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 115 159 -
CMYK 0.48 0.28 0 0.38
HSL 214.74º 0.31% 0.47% -
HSV(B) 214.74º 0.48% 0.62% -
XYZ 15.96 16.6 35.16 -
YUV 110.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 83 115 159 0.48 0.28 0 0.38 214.74 0.31 0.47
Hex 53 73 9F 30 1C 0 26 D7 1F 2F
Octal 123 163 237 60 34 0 46 327 37 57
Binary 1010011 1110011 10011111 110000 11100 0 100110 11010111 11111 101111

Color Harmonies of #53739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53739F

Black with #53739F

Text Example


Text Example

White with #53739F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53739F; }

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

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

background-color css

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

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

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

border-color css

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

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

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