Html Css Color HEX #53749B San Marino

📋 copy color: '#53749B'

red 83 ◦ green 116 ◦ blue 155

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

Shades of San Marino #53749B

Tints of San Marino #53749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.79%

R = 23.45%
G = 32.77%
B = 43.79%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53749B (or 0x53749B) is known color: San Marino. HEX triplet: 53, 74 and 9B. RGB value is (83,116,155). Sum of RGB (Red+Green+Blue) = 83+116+155=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #53749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53749B is #AC8B64. Grayscale: #6E6E6E. Windows color (decimal): -11307877 or 10187859. OLE color: 10187859.

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

Color convert

RGB 83 116 155 -
CMYK 0.46 0.25 0 0.39
HSL 212.5º 0.3% 0.47% -
HSV(B) 212.5º 0.46% 0.61% -
XYZ 15.73 16.7 33.4 -
YUV 110.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 83 116 155 0.46 0.25 0 0.39 212.5 0.3 0.47
Hex 53 74 9B 2E 19 0 27 D4 1E 2F
Octal 123 164 233 56 31 0 47 324 36 57
Binary 1010011 1110100 10011011 101110 11001 0 100111 11010100 11110 101111

Color Harmonies of #53749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53749B

Black with #53749B

Text Example


Text Example

White with #53749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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