Html Css Color HEX #516DB4 San Marino

📋 copy color: '#516DB4'

red 81 ◦ green 109 ◦ blue 180

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

Shades of San Marino #516DB4

Tints of San Marino #516DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.46%

 BLUE value IS 180 (70.7% from 255) = 48.65%

R = 21.89%
G = 29.46%
B = 48.65%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#516DB4 (or 0x516DB4) is known color: San Marino. HEX triplet: 51, 6D and B4. RGB value is (81,109,180). Sum of RGB (Red+Green+Blue) = 81+109+180=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #516DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DB4 is #AE924B. Grayscale: #6C6C6C. Windows color (decimal): -11440716 or 11824465. OLE color: 11824465.

HSL color Cylindrical-coordinate representation of color #516DB4: hue angle of 223.03º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #516DB4 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 109 180 -
CMYK 0.55 0.39 0 0.29
HSL 223.03º 0.4% 0.51% -
HSV(B) 223.03º 0.55% 0.71% -
XYZ 17.1 15.98 45.36 -
YUV 108.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 81 109 180 0.55 0.39 0 0.29 223.03 0.4 0.51
Hex 51 6D B4 37 27 0 1D DF 28 33
Octal 121 155 264 67 47 0 35 337 50 63
Binary 1010001 1101101 10110100 110111 100111 0 11101 11011111 101000 110011

Color Harmonies of #516DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DB4

Black with #516DB4

Text Example


Text Example

White with #516DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,109,180); }

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

background-color css

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

 a { background-color: rgb(81,109,180); }

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

border-color css

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

 span { border-color: rgb(81,109,180); }

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