Html Css Color HEX #53719C San Marino

📋 copy color: '#53719C'

red 83 ◦ green 113 ◦ blue 156

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

Shades of San Marino #53719C

Tints of San Marino #53719C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.32%

R = 23.58%
G = 32.1%
B = 44.32%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53719C (or 0x53719C) is known color: San Marino. HEX triplet: 53, 71 and 9C. RGB value is (83,113,156). Sum of RGB (Red+Green+Blue) = 83+113+156=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #53719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53719C is #AC8E63. Grayscale: #6C6C6C. Windows color (decimal): -11308644 or 10252627. OLE color: 10252627.

HSL color Cylindrical-coordinate representation of color #53719C: hue angle of 215.34º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53719C is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 113 156 -
CMYK 0.47 0.28 0 0.39
HSL 215.34º 0.31% 0.47% -
HSV(B) 215.34º 0.47% 0.61% -
XYZ 15.47 16.05 33.73 -
YUV 108.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 83 113 156 0.47 0.28 0 0.39 215.34 0.31 0.47
Hex 53 71 9C 2F 1C 0 27 D7 1F 2F
Octal 123 161 234 57 34 0 47 327 37 57
Binary 1010011 1110001 10011100 101111 11100 0 100111 11010111 11111 101111

Color Harmonies of #53719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53719C

Black with #53719C

Text Example


Text Example

White with #53719C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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