Html Css Color HEX #516798 San Marino

📋 copy color: '#516798'

red 81 ◦ green 103 ◦ blue 152

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

Shades of San Marino #516798

Tints of San Marino #516798

RGB

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

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

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

R = 24.11%
G = 30.65%
B = 45.24%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#516798 (or 0x516798) is known color: San Marino. HEX triplet: 51, 67 and 98. RGB value is (81,103,152). Sum of RGB (Red+Green+Blue) = 81+103+152=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #516798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516798 is #AE9867. Grayscale: #656565. Windows color (decimal): -11442280 or 9987921. OLE color: 9987921.

HSL color Cylindrical-coordinate representation of color #516798: hue angle of 221.41º 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 #516798 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 103 152 -
CMYK 0.47 0.32 0 0.40
HSL 221.41º 0.3% 0.46% -
HSV(B) 221.41º 0.47% 0.6% -
XYZ 13.91 13.72 31.62 -
YUV 102.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 81 103 152 0.47 0.32 0 0.40 221.41 0.3 0.46
Hex 51 67 98 2F 20 0 28 DD 1E 2E
Octal 121 147 230 57 40 0 50 335 36 56
Binary 1010001 1100111 10011000 101111 100000 0 101000 11011101 11110 101110

Color Harmonies of #516798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516798

Black with #516798

Text Example


Text Example

White with #516798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516798; }

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

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

background-color css

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

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

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

border-color css

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

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

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