Html Css Color HEX #55A8B7 Fountain Blue

📋 copy color: '#55A8B7'

red 85 ◦ green 168 ◦ blue 183

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

Shades of Fountain Blue #55A8B7

Tints of Fountain Blue #55A8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

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

R = 19.5%
G = 38.53%
B = 41.97%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#55A8B7 (or 0x55A8B7) is known color: Fountain Blue. HEX triplet: 55, A8 and B7. RGB value is (85,168,183). Sum of RGB (Red+Green+Blue) = 85+168+183=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 183 - color contains mainly: blue. Hex color #55A8B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8B7 is #AA5748. Grayscale: #909090. Windows color (decimal): -11163465 or 12036181. OLE color: 12036181.

HSL color Cylindrical-coordinate representation of color #55A8B7: hue angle of 189.18º 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 #55A8B7 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 168 183 -
CMYK 0.54 0.08 0 0.28
HSL 189.18º 0.4% 0.53% -
HSV(B) 189.18º 0.54% 0.72% -
XYZ 26.3 33.36 49.85 -
YUV 144.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 85 168 183 0.54 0.08 0 0.28 189.18 0.4 0.53
Hex 55 A8 B7 36 8 0 1C BD 28 35
Octal 125 250 267 66 10 0 34 275 50 65
Binary 1010101 10101000 10110111 110110 1000 0 11100 10111101 101000 110101

Color Harmonies of #55A8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A8B7

Black with #55A8B7

Text Example


Text Example

White with #55A8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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