Html Css Color HEX #5476AB San Marino

📋 copy color: '#5476AB'

red 84 ◦ green 118 ◦ blue 171

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

Shades of San Marino #5476AB

Tints of San Marino #5476AB

RGB

 RED value IS 84 (33.2% from 255) = 22.52%

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 22.52%
G = 31.64%
B = 45.84%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5476AB (or 0x5476AB) is known color: San Marino. HEX triplet: 54, 76 and AB. RGB value is (84,118,171). Sum of RGB (Red+Green+Blue) = 84+118+171=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #5476AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5476AB is #AB8954. Grayscale: #717171. Windows color (decimal): -11241813 or 11236948. OLE color: 11236948.

HSL color Cylindrical-coordinate representation of color #5476AB: hue angle of 216.55º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5476AB is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 118 171 -
CMYK 0.51 0.31 0 0.33
HSL 216.55º 0.34% 0.5% -
HSV(B) 216.55º 0.51% 0.67% -
XYZ 17.49 17.78 41.04 -
YUV 113.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 84 118 171 0.51 0.31 0 0.33 216.55 0.34 0.5
Hex 54 76 AB 33 1F 0 21 D9 22 32
Octal 124 166 253 63 37 0 41 331 42 62
Binary 1010100 1110110 10101011 110011 11111 0 100001 11011001 100010 110010

Color Harmonies of #5476AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5476AB

Black with #5476AB

Text Example


Text Example

White with #5476AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,118,171); }

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

background-color css

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

 a { background-color: rgb(84,118,171); }

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

border-color css

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

 span { border-color: rgb(84,118,171); }

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