Html Css Color HEX #516598 San Marino

📋 copy color: '#516598'

red 81 ◦ green 101 ◦ blue 152

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

Shades of San Marino #516598

Tints of San Marino #516598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

 BLUE value IS 152 (59.77% from 255) = 45.51%

R = 24.25%
G = 30.24%
B = 45.51%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#516598 (or 0x516598) is known color: San Marino. HEX triplet: 51, 65 and 98. RGB value is (81,101,152). Sum of RGB (Red+Green+Blue) = 81+101+152=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #516598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516598 is #AE9A67. Grayscale: #646464. Windows color (decimal): -11442792 or 9987409. OLE color: 9987409.

HSL color Cylindrical-coordinate representation of color #516598: hue angle of 223.1º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516598 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 101 152 -
CMYK 0.47 0.34 0 0.40
HSL 223.1º 0.3% 0.46% -
HSV(B) 223.1º 0.47% 0.6% -
XYZ 13.71 13.32 31.55 -
YUV 100.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 81 101 152 0.47 0.34 0 0.40 223.1 0.3 0.46
Hex 51 65 98 2F 22 0 28 DF 1E 2E
Octal 121 145 230 57 42 0 50 337 36 56
Binary 1010001 1100101 10011000 101111 100010 0 101000 11011111 11110 101110

Color Harmonies of #516598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516598

Black with #516598

Text Example


Text Example

White with #516598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516598; }

 p { color: rgb(81,101,152); }

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

background-color css

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

 a { background-color: rgb(81,101,152); }

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

border-color css

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

 span { border-color: rgb(81,101,152); }

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