Html Css Color HEX #5477A7 San Marino

📋 copy color: '#5477A7'

red 84 ◦ green 119 ◦ blue 167

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

Shades of San Marino #5477A7

Tints of San Marino #5477A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.14%

R = 22.7%
G = 32.16%
B = 45.14%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5477A7 (or 0x5477A7) is known color: San Marino. HEX triplet: 54, 77 and A7. RGB value is (84,119,167). Sum of RGB (Red+Green+Blue) = 84+119+167=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #5477A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5477A7 is #AB8858. Grayscale: #717171. Windows color (decimal): -11241561 or 10975060. OLE color: 10975060.

HSL color Cylindrical-coordinate representation of color #5477A7: hue angle of 214.7º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5477A7 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 119 167 -
CMYK 0.50 0.29 0 0.35
HSL 214.7º 0.33% 0.49% -
HSV(B) 214.7º 0.5% 0.65% -
XYZ 17.23 17.87 39.1 -
YUV 114.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 84 119 167 0.50 0.29 0 0.35 214.7 0.33 0.49
Hex 54 77 A7 32 1D 0 23 D7 21 31
Octal 124 167 247 62 35 0 43 327 41 61
Binary 1010100 1110111 10100111 110010 11101 0 100011 11010111 100001 110001

Color Harmonies of #5477A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477A7

Black with #5477A7

Text Example


Text Example

White with #5477A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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