#5CAABA

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

Shades of Fountain Blue #5CAABA

Tints of Fountain Blue #5CAABA

Color information

#5CAABA (or 0x5CAABA) is unknown color: approx Fountain Blue. HEX triplet: 5C, AA and BA. RGB value is (92,170,186). Sum of RGB (Red+Green+Blue) = 92+170+186=448 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.54% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #5CAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAABA is #A35545. Grayscale: #949494. Windows color (decimal): -10704198 or 12233308. OLE color: 12233308.

HSL color Cylindrical-coordinate representation of color #5CAABA: hue angle of 190.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CAABA is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB92170186-
CMYK0.510.0900.27
HSL190.21º40.52%54.51%-
HSV(B)190.21º50.54%72.94%-
XYZ27.6534.5751.67-
YUV148.5149.1687.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.54%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=20.54%
G=37.95%
B=41.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921701860.510.0900.27190.2140.5254.51
Hex5CAABA33901Bbe2937
Octal13425227263110332765167
Binary10111001010101010111010110011100101101110111110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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