Html Css Color HEX #516C9C San Marino

📋 copy color: '#516C9C'

red 81 ◦ green 108 ◦ blue 156

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

Shades of San Marino #516C9C

Tints of San Marino #516C9C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

 BLUE value IS 156 (61.33% from 255) = 45.22%

R = 23.48%
G = 31.3%
B = 45.22%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#516C9C (or 0x516C9C) is known color: San Marino. HEX triplet: 51, 6C and 9C. RGB value is (81,108,156). Sum of RGB (Red+Green+Blue) = 81+108+156=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #516C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C9C is #AE9363. Grayscale: #696969. Windows color (decimal): -11440996 or 10251345. OLE color: 10251345.

HSL color Cylindrical-coordinate representation of color #516C9C: hue angle of 218.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #516C9C is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 108 156 -
CMYK 0.48 0.31 0 0.39
HSL 218.4º 0.32% 0.46% -
HSV(B) 218.4º 0.48% 0.61% -
XYZ 14.76 14.87 33.55 -
YUV 105.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 81 108 156 0.48 0.31 0 0.39 218.4 0.32 0.46
Hex 51 6C 9C 30 1F 0 27 DA 20 2E
Octal 121 154 234 60 37 0 47 332 40 56
Binary 1010001 1101100 10011100 110000 11111 0 100111 11011010 100000 101110

Color Harmonies of #516C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C9C

Black with #516C9C

Text Example


Text Example

White with #516C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516C9C; }

 p { color: rgb(81,108,156); }

 H1.HeaderClassName
 {
   color: #516C9C;
 }
 .AnyTagClassName
 {
   color: #516C9C;
 }
</style>

background-color css

<style>
 a { background-color: #516C9C; }

 a { background-color: rgb(81,108,156); }

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

border-color css

<style>
 span { border-color: #516C9C; }

 span { border-color: rgb(81,108,156); }

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