Html Css Color HEX #51709C San Marino

📋 copy color: '#51709C'

red 81 ◦ green 112 ◦ blue 156

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

Shades of San Marino #51709C

Tints of San Marino #51709C

RGB

 RED value IS 81 (32.03% from 255) = 23.21%

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 23.21%
G = 32.09%
B = 44.7%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51709C (or 0x51709C) is known color: San Marino. HEX triplet: 51, 70 and 9C. RGB value is (81,112,156). Sum of RGB (Red+Green+Blue) = 81+112+156=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #51709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51709C is #AE8F63. Grayscale: #6B6B6B. Windows color (decimal): -11439972 or 10252369. OLE color: 10252369.

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

Color convert

RGB 81 112 156 -
CMYK 0.48 0.28 0 0.39
HSL 215.2º 0.32% 0.46% -
HSV(B) 215.2º 0.48% 0.61% -
XYZ 15.19 15.74 33.69 -
YUV 107.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 81 112 156 0.48 0.28 0 0.39 215.2 0.32 0.46
Hex 51 70 9C 30 1C 0 27 D7 20 2E
Octal 121 160 234 60 34 0 47 327 40 56
Binary 1010001 1110000 10011100 110000 11100 0 100111 11010111 100000 101110

Color Harmonies of #51709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51709C

Black with #51709C

Text Example


Text Example

White with #51709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,112,156); }

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

background-color css

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

 a { background-color: rgb(81,112,156); }

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

border-color css

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

 span { border-color: rgb(81,112,156); }

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