Html Css Color HEX #53749E San Marino

📋 copy color: '#53749E'

red 83 ◦ green 116 ◦ blue 158

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

Shades of San Marino #53749E

Tints of San Marino #53749E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 23.25%
G = 32.49%
B = 44.26%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53749E (or 0x53749E) is known color: San Marino. HEX triplet: 53, 74 and 9E. RGB value is (83,116,158). Sum of RGB (Red+Green+Blue) = 83+116+158=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #53749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53749E is #AC8B61. Grayscale: #6E6E6E. Windows color (decimal): -11307874 or 10384467. OLE color: 10384467.

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

Color convert

RGB 83 116 158 -
CMYK 0.47 0.27 0 0.38
HSL 213.6º 0.31% 0.47% -
HSV(B) 213.6º 0.47% 0.62% -
XYZ 15.98 16.8 34.75 -
YUV 110.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 83 116 158 0.47 0.27 0 0.38 213.6 0.31 0.47
Hex 53 74 9E 2F 1B 0 26 D6 1F 2F
Octal 123 164 236 57 33 0 46 326 37 57
Binary 1010011 1110100 10011110 101111 11011 0 100110 11010110 11111 101111

Color Harmonies of #53749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53749E

Black with #53749E

Text Example


Text Example

White with #53749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53749E; }

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

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

background-color css

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

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

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

border-color css

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

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

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