Html Css Color HEX #54AAB5 Fountain Blue

📋 copy color: '#54AAB5'

red 84 ◦ green 170 ◦ blue 181

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

Shades of Fountain Blue #54AAB5

Tints of Fountain Blue #54AAB5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.08%

 BLUE value IS 181 (71.09% from 255) = 41.61%

R = 19.31%
G = 39.08%
B = 41.61%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#54AAB5 (or 0x54AAB5) is known color: Fountain Blue. HEX triplet: 54, AA and B5. RGB value is (84,170,181). Sum of RGB (Red+Green+Blue) = 84+170+181=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #54AAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAB5 is #AB554A. Grayscale: #919191. Windows color (decimal): -11228491 or 11905620. OLE color: 11905620.

HSL color Cylindrical-coordinate representation of color #54AAB5: hue angle of 186.8º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54AAB5 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 170 181 -
CMYK 0.54 0.06 0 0.29
HSL 186.8º 0.4% 0.52% -
HSV(B) 186.8º 0.54% 0.71% -
XYZ 26.37 33.97 48.88 -
YUV 145.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 84 170 181 0.54 0.06 0 0.29 186.8 0.4 0.52
Hex 54 AA B5 36 6 0 1D BB 28 34
Octal 124 252 265 66 6 0 35 273 50 64
Binary 1010100 10101010 10110101 110110 110 0 11101 10111011 101000 110100

Color Harmonies of #54AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AAB5

Black with #54AAB5

Text Example


Text Example

White with #54AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54AAB5; }

 p { color: rgb(84,170,181); }

 H1.HeaderClassName
 {
   color: #54AAB5;
 }
 .AnyTagClassName
 {
   color: #54AAB5;
 }
</style>

background-color css

<style>
 a { background-color: #54AAB5; }

 a { background-color: rgb(84,170,181); }

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

border-color css

<style>
 span { border-color: #54AAB5; }

 span { border-color: rgb(84,170,181); }

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