#5CAAB1

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

Shades of Fountain Blue #5CAAB1

Tints of Fountain Blue #5CAAB1

Color information

#5CAAB1 (or 0x5CAAB1) is unknown color: approx Fountain Blue. HEX triplet: 5C, AA and B1. RGB value is (92,170,177). Sum of RGB (Red+Green+Blue) = 92+170+177=439 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.96% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 177 - color contains mainly: blue. Hex color #5CAAB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAAB1 is #A3554E. Grayscale: #939393. Windows color (decimal): -10704207 or 11643484. OLE color: 11643484.

HSL color Cylindrical-coordinate representation of color #5CAAB1: hue angle of 184.94º 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 #5CAAB1 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB92170177-
CMYK0.480.0400.31
HSL184.94º35.27%52.75%-
HSV(B)184.94º48.02%69.41%-
XYZ26.7234.246.79-
YUV147.48144.6688.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.96%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 177 (69.53% from 255) = 40.32%
R=20.96%
G=38.72%
B=40.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921701770.480.0400.31184.9435.2752.75
Hex5CAAB130401Fb92335
Octal1342522616040372714365
Binary1011100101010101011000111000010001111110111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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