Html Css Color HEX #5AA3AD Fountain Blue

📋 copy color: '#5AA3AD'

red 90 ◦ green 163 ◦ blue 173

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

Shades of Fountain Blue #5AA3AD

Tints of Fountain Blue #5AA3AD

RGB

 RED value IS 90 (35.55% from 255) = 21.13%

 GREEN value IS 163 (64.06% from 255) = 38.26%

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 21.13%
G = 38.26%
B = 40.61%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5AA3AD (or 0x5AA3AD) is known color: Fountain Blue. HEX triplet: 5A, A3 and AD. RGB value is (90,163,173). Sum of RGB (Red+Green+Blue) = 90+163+173=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #5AA3AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA3AD is #A55C52. Grayscale: #8E8E8E. Windows color (decimal): -10837075 or 11379546. OLE color: 11379546.

HSL color Cylindrical-coordinate representation of color #5AA3AD: hue angle of 187.23º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA3AD is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 163 173 -
CMYK 0.48 0.06 0 0.32
HSL 187.23º 0.34% 0.52% -
HSV(B) 187.23º 0.48% 0.68% -
XYZ 24.86 31.39 44.28 -
YUV 142.31 145.32 90.69 -
System Red Green Blue C M Y K H S L
Decimal 90 163 173 0.48 0.06 0 0.32 187.23 0.34 0.52
Hex 5A A3 AD 30 6 0 20 BB 22 34
Octal 132 243 255 60 6 0 40 273 42 64
Binary 1011010 10100011 10101101 110000 110 0 100000 10111011 100010 110100

Color Harmonies of #5AA3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA3AD

Black with #5AA3AD

Text Example


Text Example

White with #5AA3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AA3AD; }

 p { color: rgb(90,163,173); }

 H1.HeaderClassName
 {
   color: #5AA3AD;
 }
 .AnyTagClassName
 {
   color: #5AA3AD;
 }
</style>

background-color css

<style>
 a { background-color: #5AA3AD; }

 a { background-color: rgb(90,163,173); }

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

border-color css

<style>
 span { border-color: #5AA3AD; }

 span { border-color: rgb(90,163,173); }

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