Html Css Color HEX #55ADB7 Fountain Blue

📋 copy color: '#55ADB7'

red 85 ◦ green 173 ◦ blue 183

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

Shades of Fountain Blue #55ADB7

Tints of Fountain Blue #55ADB7

RGB

 RED value IS 85 (33.59% from 255) = 19.27%

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 19.27%
G = 39.23%
B = 41.5%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#55ADB7 (or 0x55ADB7) is known color: Fountain Blue. HEX triplet: 55, AD and B7. RGB value is (85,173,183). Sum of RGB (Red+Green+Blue) = 85+173+183=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #55ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADB7 is #AA5248. Grayscale: #939393. Windows color (decimal): -11162185 or 12037461. OLE color: 12037461.

HSL color Cylindrical-coordinate representation of color #55ADB7: hue angle of 186.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55ADB7 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 173 183 -
CMYK 0.54 0.05 0 0.28
HSL 186.12º 0.4% 0.53% -
HSV(B) 186.12º 0.54% 0.72% -
XYZ 27.24 35.24 50.17 -
YUV 147.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 85 173 183 0.54 0.05 0 0.28 186.12 0.4 0.53
Hex 55 AD B7 36 5 0 1C BA 28 35
Octal 125 255 267 66 5 0 34 272 50 65
Binary 1010101 10101101 10110111 110110 101 0 11100 10111010 101000 110101

Color Harmonies of #55ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ADB7

Black with #55ADB7

Text Example


Text Example

White with #55ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55ADB7; }

 p { color: rgb(85,173,183); }

 H1.HeaderClassName
 {
   color: #55ADB7;
 }
 .AnyTagClassName
 {
   color: #55ADB7;
 }
</style>

background-color css

<style>
 a { background-color: #55ADB7; }

 a { background-color: rgb(85,173,183); }

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

border-color css

<style>
 span { border-color: #55ADB7; }

 span { border-color: rgb(85,173,183); }

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