Html Css Color HEX #53719B San Marino

📋 copy color: '#53719B'

red 83 ◦ green 113 ◦ blue 155

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

Shades of San Marino #53719B

Tints of San Marino #53719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

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

R = 23.65%
G = 32.19%
B = 44.16%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53719B (or 0x53719B) is known color: San Marino. HEX triplet: 53, 71 and 9B. RGB value is (83,113,155). Sum of RGB (Red+Green+Blue) = 83+113+155=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #53719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53719B is #AC8E64. Grayscale: #6C6C6C. Windows color (decimal): -11308645 or 10187091. OLE color: 10187091.

HSL color Cylindrical-coordinate representation of color #53719B: hue angle of 215º 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 #53719B is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 113 155 -
CMYK 0.46 0.27 0 0.39
HSL 215º 0.3% 0.47% -
HSV(B) 215º 0.46% 0.61% -
XYZ 15.39 16.02 33.29 -
YUV 108.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 83 113 155 0.46 0.27 0 0.39 215 0.3 0.47
Hex 53 71 9B 2E 1B 0 27 D7 1E 2F
Octal 123 161 233 56 33 0 47 327 36 57
Binary 1010011 1110001 10011011 101110 11011 0 100111 11010111 11110 101111

Color Harmonies of #53719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53719B

Black with #53719B

Text Example


Text Example

White with #53719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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