Html Css Color HEX #516CB4 San Marino

📋 copy color: '#516CB4'

red 81 ◦ green 108 ◦ blue 180

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

Shades of San Marino #516CB4

Tints of San Marino #516CB4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

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

R = 21.95%
G = 29.27%
B = 48.78%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#516CB4 (or 0x516CB4) is known color: San Marino. HEX triplet: 51, 6C and B4. RGB value is (81,108,180). Sum of RGB (Red+Green+Blue) = 81+108+180=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #516CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CB4 is #AE934B. Grayscale: #6B6B6B. Windows color (decimal): -11440972 or 11824209. OLE color: 11824209.

HSL color Cylindrical-coordinate representation of color #516CB4: hue angle of 223.64º 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 #516CB4 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 108 180 -
CMYK 0.55 0.40 0 0.29
HSL 223.64º 0.4% 0.51% -
HSV(B) 223.64º 0.55% 0.71% -
XYZ 16.99 15.77 45.33 -
YUV 108.14 168.55 108.65 -
System Red Green Blue C M Y K H S L
Decimal 81 108 180 0.55 0.40 0 0.29 223.64 0.4 0.51
Hex 51 6C B4 37 28 0 1D E0 28 33
Octal 121 154 264 67 50 0 35 340 50 63
Binary 1010001 1101100 10110100 110111 101000 0 11101 11100000 101000 110011

Color Harmonies of #516CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CB4

Black with #516CB4

Text Example


Text Example

White with #516CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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