Html Css Color HEX #5477AE San Marino

📋 copy color: '#5477AE'

red 84 ◦ green 119 ◦ blue 174

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

Shades of San Marino #5477AE

Tints of San Marino #5477AE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

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

R = 22.28%
G = 31.56%
B = 46.15%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5477AE (or 0x5477AE) is known color: San Marino. HEX triplet: 54, 77 and AE. RGB value is (84,119,174). Sum of RGB (Red+Green+Blue) = 84+119+174=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #5477AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5477AE is #AB8851. Grayscale: #727272. Windows color (decimal): -11241554 or 11433812. OLE color: 11433812.

HSL color Cylindrical-coordinate representation of color #5477AE: hue angle of 216.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5477AE is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 119 174 -
CMYK 0.52 0.32 0 0.32
HSL 216.67º 0.36% 0.51% -
HSV(B) 216.67º 0.52% 0.68% -
XYZ 17.89 18.13 42.6 -
YUV 114.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 84 119 174 0.52 0.32 0 0.32 216.67 0.36 0.51
Hex 54 77 AE 34 20 0 20 D9 24 33
Octal 124 167 256 64 40 0 40 331 44 63
Binary 1010100 1110111 10101110 110100 100000 0 100000 11011001 100100 110011

Color Harmonies of #5477AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477AE

Black with #5477AE

Text Example


Text Example

White with #5477AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5477AE; }

 p { color: rgb(84,119,174); }

 H1.HeaderClassName
 {
   color: #5477AE;
 }
 .AnyTagClassName
 {
   color: #5477AE;
 }
</style>

background-color css

<style>
 a { background-color: #5477AE; }

 a { background-color: rgb(84,119,174); }

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

border-color css

<style>
 span { border-color: #5477AE; }

 span { border-color: rgb(84,119,174); }

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