Html Css Color HEX #53719F San Marino

📋 copy color: '#53719F'

red 83 ◦ green 113 ◦ blue 159

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

Shades of San Marino #53719F

Tints of San Marino #53719F

RGB

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

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

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

R = 23.38%
G = 31.83%
B = 44.79%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53719F (or 0x53719F) is known color: San Marino. HEX triplet: 53, 71 and 9F. RGB value is (83,113,159). Sum of RGB (Red+Green+Blue) = 83+113+159=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #53719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53719F is #AC8E60. Grayscale: #6D6D6D. Windows color (decimal): -11308641 or 10449235. OLE color: 10449235.

HSL color Cylindrical-coordinate representation of color #53719F: hue angle of 216.32º 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 #53719F is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 113 159 -
CMYK 0.48 0.29 0 0.38
HSL 216.32º 0.31% 0.47% -
HSV(B) 216.32º 0.48% 0.62% -
XYZ 15.73 16.15 35.09 -
YUV 109.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 83 113 159 0.48 0.29 0 0.38 216.32 0.31 0.47
Hex 53 71 9F 30 1D 0 26 D8 1F 2F
Octal 123 161 237 60 35 0 46 330 37 57
Binary 1010011 1110001 10011111 110000 11101 0 100110 11011000 11111 101111

Color Harmonies of #53719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53719F

Black with #53719F

Text Example


Text Example

White with #53719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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