Html Css Color HEX #54A6AF Fountain Blue

📋 copy color: '#54A6AF'

red 84 ◦ green 166 ◦ blue 175

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

Shades of Fountain Blue #54A6AF

Tints of Fountain Blue #54A6AF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 19.76%
G = 39.06%
B = 41.18%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#54A6AF (or 0x54A6AF) is known color: Fountain Blue. HEX triplet: 54, A6 and AF. RGB value is (84,166,175). Sum of RGB (Red+Green+Blue) = 84+166+175=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #54A6AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A6AF is #AB5950. Grayscale: #8E8E8E. Windows color (decimal): -11229521 or 11511380. OLE color: 11511380.

HSL color Cylindrical-coordinate representation of color #54A6AF: hue angle of 185.93º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54A6AF is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 166 175 -
CMYK 0.52 0.05 0 0.31
HSL 185.93º 0.36% 0.51% -
HSV(B) 185.93º 0.52% 0.69% -
XYZ 25.03 32.25 45.46 -
YUV 142.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 84 166 175 0.52 0.05 0 0.31 185.93 0.36 0.51
Hex 54 A6 AF 34 5 0 1F BA 24 33
Octal 124 246 257 64 5 0 37 272 44 63
Binary 1010100 10100110 10101111 110100 101 0 11111 10111010 100100 110011

Color Harmonies of #54A6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A6AF

Black with #54A6AF

Text Example


Text Example

White with #54A6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,166,175); }

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

background-color css

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

 a { background-color: rgb(84,166,175); }

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

border-color css

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

 span { border-color: rgb(84,166,175); }

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