Html Css Color HEX #516B9E San Marino

📋 copy color: '#516B9E'

red 81 ◦ green 107 ◦ blue 158

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

Shades of San Marino #516B9E

Tints of San Marino #516B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.66%

R = 23.41%
G = 30.92%
B = 45.66%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#516B9E (or 0x516B9E) is known color: San Marino. HEX triplet: 51, 6B and 9E. RGB value is (81,107,158). Sum of RGB (Red+Green+Blue) = 81+107+158=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #516B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B9E is #AE9461. Grayscale: #686868. Windows color (decimal): -11441250 or 10382161. OLE color: 10382161.

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

Color convert

RGB 81 107 158 -
CMYK 0.49 0.32 0 0.38
HSL 219.74º 0.32% 0.47% -
HSV(B) 219.74º 0.49% 0.62% -
XYZ 14.82 14.73 34.41 -
YUV 105.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 81 107 158 0.49 0.32 0 0.38 219.74 0.32 0.47
Hex 51 6B 9E 31 20 0 26 DC 20 2F
Octal 121 153 236 61 40 0 46 334 40 57
Binary 1010001 1101011 10011110 110001 100000 0 100110 11011100 100000 101111

Color Harmonies of #516B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B9E

Black with #516B9E

Text Example


Text Example

White with #516B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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