Html Css Color HEX #51779F San Marino

📋 copy color: '#51779F'

red 81 ◦ green 119 ◦ blue 159

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

Shades of San Marino #51779F

Tints of San Marino #51779F

RGB

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

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

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

R = 22.56%
G = 33.15%
B = 44.29%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51779F (or 0x51779F) is known color: San Marino. HEX triplet: 51, 77 and 9F. RGB value is (81,119,159). Sum of RGB (Red+Green+Blue) = 81+119+159=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #51779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51779F is #AE8860. Grayscale: #6F6F6F. Windows color (decimal): -11438177 or 10450769. OLE color: 10450769.

HSL color Cylindrical-coordinate representation of color #51779F: hue angle of 210.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51779F is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 119 159 -
CMYK 0.49 0.25 0 0.38
HSL 210.77º 0.33% 0.47% -
HSV(B) 210.77º 0.49% 0.62% -
XYZ 16.25 17.45 35.31 -
YUV 112.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 81 119 159 0.49 0.25 0 0.38 210.77 0.33 0.47
Hex 51 77 9F 31 19 0 26 D3 20 2F
Octal 121 167 237 61 31 0 46 323 40 57
Binary 1010001 1110111 10011111 110001 11001 0 100110 11010011 100000 101111

Color Harmonies of #51779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51779F

Black with #51779F

Text Example


Text Example

White with #51779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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