Html Css Color HEX #516BAE San Marino

📋 copy color: '#516BAE'

red 81 ◦ green 107 ◦ blue 174

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

Shades of San Marino #516BAE

Tints of San Marino #516BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 22.38%
G = 29.56%
B = 48.07%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#516BAE (or 0x516BAE) is known color: San Marino. HEX triplet: 51, 6B and AE. RGB value is (81,107,174). Sum of RGB (Red+Green+Blue) = 81+107+174=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #516BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516BAE is #AE9451. Grayscale: #6A6A6A. Windows color (decimal): -11441234 or 11430737. OLE color: 11430737.

HSL color Cylindrical-coordinate representation of color #516BAE: hue angle of 223.23º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #516BAE is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 107 174 -
CMYK 0.53 0.39 0 0.32
HSL 223.23º 0.36% 0.5% -
HSV(B) 223.23º 0.53% 0.68% -
XYZ 16.29 15.32 42.14 -
YUV 106.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 81 107 174 0.53 0.39 0 0.32 223.23 0.36 0.5
Hex 51 6B AE 35 27 0 20 DF 24 32
Octal 121 153 256 65 47 0 40 337 44 62
Binary 1010001 1101011 10101110 110101 100111 0 100000 11011111 100100 110010

Color Harmonies of #516BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BAE

Black with #516BAE

Text Example


Text Example

White with #516BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,107,174); }

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

background-color css

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

 a { background-color: rgb(81,107,174); }

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

border-color css

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

 span { border-color: rgb(81,107,174); }

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