Html Css Color HEX #55A4B4 Fountain Blue

📋 copy color: '#55A4B4'

red 85 ◦ green 164 ◦ blue 180

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

Shades of Fountain Blue #55A4B4

Tints of Fountain Blue #55A4B4

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

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

R = 19.81%
G = 38.23%
B = 41.96%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#55A4B4 (or 0x55A4B4) is known color: Fountain Blue. HEX triplet: 55, A4 and B4. RGB value is (85,164,180). Sum of RGB (Red+Green+Blue) = 85+164+180=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #55A4B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A4B4 is #AA5B4B. Grayscale: #8E8E8E. Windows color (decimal): -11164492 or 11838549. OLE color: 11838549.

HSL color Cylindrical-coordinate representation of color #55A4B4: hue angle of 190.11º 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 #55A4B4 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 164 180 -
CMYK 0.53 0.09 0 0.29
HSL 190.11º 0.39% 0.52% -
HSV(B) 190.11º 0.53% 0.71% -
XYZ 25.26 31.78 47.98 -
YUV 142.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 85 164 180 0.53 0.09 0 0.29 190.11 0.39 0.52
Hex 55 A4 B4 35 9 0 1D BE 27 34
Octal 125 244 264 65 11 0 35 276 47 64
Binary 1010101 10100100 10110100 110101 1001 0 11101 10111110 100111 110100

Color Harmonies of #55A4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A4B4

Black with #55A4B4

Text Example


Text Example

White with #55A4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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