Html Css Color HEX #516499 San Marino

📋 copy color: '#516499'

red 81 ◦ green 100 ◦ blue 153

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

Shades of San Marino #516499

Tints of San Marino #516499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 24.25%
G = 29.94%
B = 45.81%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#516499 (or 0x516499) is known color: San Marino. HEX triplet: 51, 64 and 99. RGB value is (81,100,153). Sum of RGB (Red+Green+Blue) = 81+100+153=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #516499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516499 is #AE9B66. Grayscale: #646464. Windows color (decimal): -11443047 or 10052689. OLE color: 10052689.

HSL color Cylindrical-coordinate representation of color #516499: hue angle of 224.17º degrees, saturation: 0.31, 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 #516499 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 100 153 -
CMYK 0.47 0.35 0 0.4
HSL 224.17º 0.31% 0.46% -
HSV(B) 224.17º 0.47% 0.6% -
XYZ 13.7 13.16 31.96 -
YUV 100.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 81 100 153 0.47 0.35 0 0.4 224.17 0.31 0.46
Hex 51 64 99 2F 23 0 28 E0 1F 2E
Octal 121 144 231 57 43 0 50 340 37 56
Binary 1010001 1100100 10011001 101111 100011 0 101000 11100000 11111 101110

Color Harmonies of #516499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516499

Black with #516499

Text Example


Text Example

White with #516499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516499; }

 p { color: rgb(81,100,153); }

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

background-color css

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

 a { background-color: rgb(81,100,153); }

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

border-color css

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

 span { border-color: rgb(81,100,153); }

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