Html Css Color HEX #51779A San Marino

📋 copy color: '#51779A'

red 81 ◦ green 119 ◦ blue 154

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

Shades of San Marino #51779A

Tints of San Marino #51779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.5%

R = 22.88%
G = 33.62%
B = 43.5%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#51779A (or 0x51779A) is known color: San Marino. HEX triplet: 51, 77 and 9A. RGB value is (81,119,154). Sum of RGB (Red+Green+Blue) = 81+119+154=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #51779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51779A is #AE8865. Grayscale: #6F6F6F. Windows color (decimal): -11438182 or 10123089. OLE color: 10123089.

HSL color Cylindrical-coordinate representation of color #51779A: hue angle of 208.77º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51779A is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 119 154 -
CMYK 0.47 0.23 0 0.40
HSL 208.77º 0.31% 0.46% -
HSV(B) 208.77º 0.47% 0.6% -
XYZ 15.82 17.28 33.07 -
YUV 111.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 81 119 154 0.47 0.23 0 0.40 208.77 0.31 0.46
Hex 51 77 9A 2F 17 0 28 D1 1F 2E
Octal 121 167 232 57 27 0 50 321 37 56
Binary 1010001 1110111 10011010 101111 10111 0 101000 11010001 11111 101110

Color Harmonies of #51779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51779A

Black with #51779A

Text Example


Text Example

White with #51779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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