Html Css Color HEX #5AA5AC Fountain Blue

📋 copy color: '#5AA5AC'

red 90 ◦ green 165 ◦ blue 172

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

Shades of Fountain Blue #5AA5AC

Tints of Fountain Blue #5AA5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 21.08%
G = 38.64%
B = 40.28%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5AA5AC (or 0x5AA5AC) is known color: Fountain Blue. HEX triplet: 5A, A5 and AC. RGB value is (90,165,172). Sum of RGB (Red+Green+Blue) = 90+165+172=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #5AA5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA5AC is #A55A53. Grayscale: #8F8F8F. Windows color (decimal): -10836564 or 11314522. OLE color: 11314522.

HSL color Cylindrical-coordinate representation of color #5AA5AC: hue angle of 185.12º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA5AC is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 165 172 -
CMYK 0.48 0.04 0 0.33
HSL 185.12º 0.33% 0.51% -
HSV(B) 185.12º 0.48% 0.67% -
XYZ 25.12 32.06 43.89 -
YUV 143.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 90 165 172 0.48 0.04 0 0.33 185.12 0.33 0.51
Hex 5A A5 AC 30 4 0 21 B9 21 33
Octal 132 245 254 60 4 0 41 271 41 63
Binary 1011010 10100101 10101100 110000 100 0 100001 10111001 100001 110011

Color Harmonies of #5AA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA5AC

Black with #5AA5AC

Text Example


Text Example

White with #5AA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,165,172); }

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

background-color css

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

 a { background-color: rgb(90,165,172); }

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

border-color css

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

 span { border-color: rgb(90,165,172); }

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