Html Css Color HEX #55ADB4 Fountain Blue

📋 copy color: '#55ADB4'

red 85 ◦ green 173 ◦ blue 180

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

Shades of Fountain Blue #55ADB4

Tints of Fountain Blue #55ADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.1%

R = 19.41%
G = 39.5%
B = 41.1%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#55ADB4 (or 0x55ADB4) is known color: Fountain Blue. HEX triplet: 55, AD and B4. RGB value is (85,173,180). Sum of RGB (Red+Green+Blue) = 85+173+180=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #55ADB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADB4 is #AA524B. Grayscale: #939393. Windows color (decimal): -11162188 or 11840853. OLE color: 11840853.

HSL color Cylindrical-coordinate representation of color #55ADB4: hue angle of 184.42º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55ADB4 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 173 180 -
CMYK 0.53 0.04 0 0.29
HSL 184.42º 0.39% 0.52% -
HSV(B) 184.42º 0.53% 0.71% -
XYZ 26.93 35.11 48.54 -
YUV 147.49 146.35 83.43 -
System Red Green Blue C M Y K H S L
Decimal 85 173 180 0.53 0.04 0 0.29 184.42 0.39 0.52
Hex 55 AD B4 35 4 0 1D B8 27 34
Octal 125 255 264 65 4 0 35 270 47 64
Binary 1010101 10101101 10110100 110101 100 0 11101 10111000 100111 110100

Color Harmonies of #55ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ADB4

Black with #55ADB4

Text Example


Text Example

White with #55ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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