Html Css Color HEX #51699D San Marino

📋 copy color: '#51699D'

red 81 ◦ green 105 ◦ blue 157

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

Shades of San Marino #51699D

Tints of San Marino #51699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 23.62%
G = 30.61%
B = 45.77%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51699D (or 0x51699D) is known color: San Marino. HEX triplet: 51, 69 and 9D. RGB value is (81,105,157). Sum of RGB (Red+Green+Blue) = 81+105+157=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #51699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51699D is #AE9662. Grayscale: #676767. Windows color (decimal): -11441763 or 10316113. OLE color: 10316113.

HSL color Cylindrical-coordinate representation of color #51699D: hue angle of 221.05º 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 #51699D is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 105 157 -
CMYK 0.48 0.33 0 0.38
HSL 221.05º 0.32% 0.47% -
HSV(B) 221.05º 0.48% 0.62% -
XYZ 14.53 14.29 33.89 -
YUV 103.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 81 105 157 0.48 0.33 0 0.38 221.05 0.32 0.47
Hex 51 69 9D 30 21 0 26 DD 20 2F
Octal 121 151 235 60 41 0 46 335 40 57
Binary 1010001 1101001 10011101 110000 100001 0 100110 11011101 100000 101111

Color Harmonies of #51699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51699D

Black with #51699D

Text Example


Text Example

White with #51699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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