Html Css Color HEX #51799D San Marino

📋 copy color: '#51799D'

red 81 ◦ green 121 ◦ blue 157

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

Shades of San Marino #51799D

Tints of San Marino #51799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 22.56%
G = 33.7%
B = 43.73%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51799D (or 0x51799D) is known color: San Marino. HEX triplet: 51, 79 and 9D. RGB value is (81,121,157). Sum of RGB (Red+Green+Blue) = 81+121+157=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #51799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51799D is #AE8662. Grayscale: #707070. Windows color (decimal): -11437667 or 10320209. OLE color: 10320209.

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

Color convert

RGB 81 121 157 -
CMYK 0.48 0.23 0 0.38
HSL 208.42º 0.32% 0.47% -
HSV(B) 208.42º 0.48% 0.62% -
XYZ 16.32 17.86 34.49 -
YUV 113.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 81 121 157 0.48 0.23 0 0.38 208.42 0.32 0.47
Hex 51 79 9D 30 17 0 26 D0 20 2F
Octal 121 171 235 60 27 0 46 320 40 57
Binary 1010001 1111001 10011101 110000 10111 0 100110 11010000 100000 101111

Color Harmonies of #51799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51799D

Black with #51799D

Text Example


Text Example

White with #51799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51799D; }

 p { color: rgb(81,121,157); }

 H1.HeaderClassName
 {
   color: #51799D;
 }
 .AnyTagClassName
 {
   color: #51799D;
 }
</style>

background-color css

<style>
 a { background-color: #51799D; }

 a { background-color: rgb(81,121,157); }

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

border-color css

<style>
 span { border-color: #51799D; }

 span { border-color: rgb(81,121,157); }

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