Html Css Color HEX #55B6B1 Fountain Blue

📋 copy color: '#55B6B1'

red 85 ◦ green 182 ◦ blue 177

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

Shades of Fountain Blue #55B6B1

Tints of Fountain Blue #55B6B1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 19.14%
G = 40.99%
B = 39.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#55B6B1 (or 0x55B6B1) is known color: Fountain Blue. HEX triplet: 55, B6 and B1. RGB value is (85,182,177). Sum of RGB (Red+Green+Blue) = 85+182+177=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #55B6B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B6B1 is #AA494E. Grayscale: #989898. Windows color (decimal): -11159887 or 11646549. OLE color: 11646549.

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

Color convert

RGB 85 182 177 -
CMYK 0.53 0 0.03 0.29
HSL 176.91º 0.4% 0.52% -
HSV(B) 176.91º 0.53% 0.71% -
XYZ 28.41 38.56 47.54 -
YUV 152.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 85 182 177 0.53 0 0.03 0.29 176.91 0.4 0.52
Hex 55 B6 B1 35 0 3 1D B1 28 34
Octal 125 266 261 65 0 3 35 261 50 64
Binary 1010101 10110110 10110001 110101 0 11 11101 10110001 101000 110100

Color Harmonies of #55B6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B6B1

Black with #55B6B1

Text Example


Text Example

White with #55B6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,182,177); }

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

background-color css

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

 a { background-color: rgb(85,182,177); }

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

border-color css

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

 span { border-color: rgb(85,182,177); }

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