Html Css Color HEX #51759F San Marino

📋 copy color: '#51759F'

red 81 ◦ green 117 ◦ blue 159

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

Shades of San Marino #51759F

Tints of San Marino #51759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 22.69%
G = 32.77%
B = 44.54%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51759F (or 0x51759F) is known color: San Marino. HEX triplet: 51, 75 and 9F. RGB value is (81,117,159). Sum of RGB (Red+Green+Blue) = 81+117+159=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #51759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51759F is #AE8A60. Grayscale: #6E6E6E. Windows color (decimal): -11438689 or 10450257. OLE color: 10450257.

HSL color Cylindrical-coordinate representation of color #51759F: hue angle of 212.31º 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 #51759F is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 117 159 -
CMYK 0.49 0.26 0 0.38
HSL 212.31º 0.33% 0.47% -
HSV(B) 212.31º 0.49% 0.62% -
XYZ 16.01 16.98 35.23 -
YUV 111.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 81 117 159 0.49 0.26 0 0.38 212.31 0.33 0.47
Hex 51 75 9F 31 1A 0 26 D4 20 2F
Octal 121 165 237 61 32 0 46 324 40 57
Binary 1010001 1110101 10011111 110001 11010 0 100110 11010100 100000 101111

Color Harmonies of #51759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51759F

Black with #51759F

Text Example


Text Example

White with #51759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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