Html Css Color HEX #516B9C San Marino

📋 copy color: '#516B9C'

red 81 ◦ green 107 ◦ blue 156

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

Shades of San Marino #516B9C

Tints of San Marino #516B9C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

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

R = 23.55%
G = 31.1%
B = 45.35%

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

#516B9C (or 0x516B9C) is known color: San Marino. HEX triplet: 51, 6B and 9C. RGB value is (81,107,156). Sum of RGB (Red+Green+Blue) = 81+107+156=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #516B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B9C is #AE9463. Grayscale: #686868. Windows color (decimal): -11441252 or 10251089. OLE color: 10251089.

HSL color Cylindrical-coordinate representation of color #516B9C: hue angle of 219.2º 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 #516B9C is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 107 156 -
CMYK 0.48 0.31 0 0.39
HSL 219.2º 0.32% 0.46% -
HSV(B) 219.2º 0.48% 0.61% -
XYZ 14.65 14.67 33.51 -
YUV 104.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 81 107 156 0.48 0.31 0 0.39 219.2 0.32 0.46
Hex 51 6B 9C 30 1F 0 27 DB 20 2E
Octal 121 153 234 60 37 0 47 333 40 56
Binary 1010001 1101011 10011100 110000 11111 0 100111 11011011 100000 101110

Color Harmonies of #516B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B9C

Black with #516B9C

Text Example


Text Example

White with #516B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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