Html Css Color HEX #51679F San Marino

📋 copy color: '#51679F'

red 81 ◦ green 103 ◦ blue 159

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

Shades of San Marino #51679F

Tints of San Marino #51679F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 23.62%
G = 30.03%
B = 46.36%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#51679F (or 0x51679F) is known color: San Marino. HEX triplet: 51, 67 and 9F. RGB value is (81,103,159). Sum of RGB (Red+Green+Blue) = 81+103+159=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #51679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51679F is #AE9860. Grayscale: #666666. Windows color (decimal): -11442273 or 10446673. OLE color: 10446673.

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

Color convert

RGB 81 103 159 -
CMYK 0.49 0.35 0 0.38
HSL 223.08º 0.33% 0.47% -
HSV(B) 223.08º 0.49% 0.62% -
XYZ 14.5 13.95 34.73 -
YUV 102.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 81 103 159 0.49 0.35 0 0.38 223.08 0.33 0.47
Hex 51 67 9F 31 23 0 26 DF 20 2F
Octal 121 147 237 61 43 0 46 337 40 57
Binary 1010001 1100111 10011111 110001 100011 0 100110 11011111 100000 101111

Color Harmonies of #51679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51679F

Black with #51679F

Text Example


Text Example

White with #51679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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