Html Css Color HEX #5174AB San Marino

📋 copy color: '#5174AB'

red 81 ◦ green 116 ◦ blue 171

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

Shades of San Marino #5174AB

Tints of San Marino #5174AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 22.01%
G = 31.52%
B = 46.47%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5174AB (or 0x5174AB) is known color: San Marino. HEX triplet: 51, 74 and AB. RGB value is (81,116,171). Sum of RGB (Red+Green+Blue) = 81+116+171=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #5174AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5174AB is #AE8B54. Grayscale: #6F6F6F. Windows color (decimal): -11438933 or 11236433. OLE color: 11236433.

HSL color Cylindrical-coordinate representation of color #5174AB: hue angle of 216.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5174AB is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 116 171 -
CMYK 0.53 0.32 0 0.33
HSL 216.67º 0.36% 0.49% -
HSV(B) 216.67º 0.53% 0.67% -
XYZ 16.99 17.18 40.95 -
YUV 111.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 81 116 171 0.53 0.32 0 0.33 216.67 0.36 0.49
Hex 51 74 AB 35 20 0 21 D9 24 31
Octal 121 164 253 65 40 0 41 331 44 61
Binary 1010001 1110100 10101011 110101 100000 0 100001 11011001 100100 110001

Color Harmonies of #5174AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5174AB

Black with #5174AB

Text Example


Text Example

White with #5174AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5174AB; }

 p { color: rgb(81,116,171); }

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

background-color css

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

 a { background-color: rgb(81,116,171); }

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

border-color css

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

 span { border-color: rgb(81,116,171); }

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