#5CB1AF

Color #5CB1AF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5CB1AF

Tints of Fountain Blue #5CB1AF

Color information

#5CB1AF (or 0x5CB1AF) is unknown color: approx Fountain Blue. HEX triplet: 5C, B1 and AF. RGB value is (92,177,175). Sum of RGB (Red+Green+Blue) = 92+177+175=444 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.72% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB1AF is #A34E50. Grayscale: #979797. Windows color (decimal): -10702417 or 11514204. OLE color: 11514204.

HSL color Cylindrical-coordinate representation of color #5CB1AF: hue angle of 178.59º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB1AF is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB92177175-
CMYK0.4800.010.31
HSL178.59º35.27%52.75%-
HSV(B)178.59º48.02%69.41%-
XYZ27.8736.8146.19-
YUV151.36141.3485.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.72%
GREEN value IS 177 (69.53% from 255) = 39.86%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=20.72%
G=39.86%
B=39.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921771750.4800.010.31178.5935.2752.75
Hex5CB1AF30011Fb32335
Octal1342612576001372634365
Binary10111001011000110101111110000011111110110011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CB1AF; }

 p { color: rgb(92,177,175); }

 H1.HeaderClassName
 {
   color: #5CB1AF;
 }
 .AnyTagClassName
 {
   color: #5CB1AF;
 }
</style>
background-color css

<style>
 a { background-color: #5CB1AF; }

 a { background-color: rgb(92,177,175); }

 div.DivClassName
 {
   background-color: #5CB1AF;
 }
 .BgClassName
 {
   background-color: #5CB1AF;
 }
</style>
border-color css

<style>
 span { border-color: #5CB1AF; }

 span { border-color: rgb(92,177,175); }

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