Html Css Color HEX #51689D San Marino

📋 copy color: '#51689D'

red 81 ◦ green 104 ◦ blue 157

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

Shades of San Marino #51689D

Tints of San Marino #51689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

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

R = 23.68%
G = 30.41%
B = 45.91%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51689D (or 0x51689D) is known color: San Marino. HEX triplet: 51, 68 and 9D. RGB value is (81,104,157). Sum of RGB (Red+Green+Blue) = 81+104+157=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #51689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51689D is #AE9762. Grayscale: #666666. Windows color (decimal): -11442019 or 10315857. OLE color: 10315857.

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

Color convert

RGB 81 104 157 -
CMYK 0.48 0.34 0 0.38
HSL 221.84º 0.32% 0.47% -
HSV(B) 221.84º 0.48% 0.62% -
XYZ 14.43 14.08 33.86 -
YUV 103.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 81 104 157 0.48 0.34 0 0.38 221.84 0.32 0.47
Hex 51 68 9D 30 22 0 26 DE 20 2F
Octal 121 150 235 60 42 0 46 336 40 57
Binary 1010001 1101000 10011101 110000 100010 0 100110 11011110 100000 101111

Color Harmonies of #51689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51689D

Black with #51689D

Text Example


Text Example

White with #51689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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