Html Css Color HEX #51779C San Marino

📋 copy color: '#51779C'

red 81 ◦ green 119 ◦ blue 156

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

Shades of San Marino #51779C

Tints of San Marino #51779C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

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

R = 22.75%
G = 33.43%
B = 43.82%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51779C (or 0x51779C) is known color: San Marino. HEX triplet: 51, 77 and 9C. RGB value is (81,119,156). Sum of RGB (Red+Green+Blue) = 81+119+156=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #51779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51779C is #AE8863. Grayscale: #6F6F6F. Windows color (decimal): -11438180 or 10254161. OLE color: 10254161.

HSL color Cylindrical-coordinate representation of color #51779C: hue angle of 209.6º 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 #51779C is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 119 156 -
CMYK 0.48 0.24 0 0.39
HSL 209.6º 0.32% 0.46% -
HSV(B) 209.6º 0.48% 0.61% -
XYZ 15.99 17.34 33.96 -
YUV 111.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 81 119 156 0.48 0.24 0 0.39 209.6 0.32 0.46
Hex 51 77 9C 30 18 0 27 D2 20 2E
Octal 121 167 234 60 30 0 47 322 40 56
Binary 1010001 1110111 10011100 110000 11000 0 100111 11010010 100000 101110

Color Harmonies of #51779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51779C

Black with #51779C

Text Example


Text Example

White with #51779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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