#5CABB0

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

Shades of Fountain Blue #5CABB0

Tints of Fountain Blue #5CABB0

Color information

#5CABB0 (or 0x5CABB0) is unknown color: approx Fountain Blue. HEX triplet: 5C, AB and B0. RGB value is (92,171,176). Sum of RGB (Red+Green+Blue) = 92+171+176=439 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.96% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #5CABB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CABB0 is #A3544F. Grayscale: #939393. Windows color (decimal): -10703952 or 11578204. OLE color: 11578204.

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

Color convert

RGB92171176-
CMYK0.480.0300.31
HSL183.57º34.71%52.55%-
HSV(B)183.57º47.73%69.02%-
XYZ26.8134.5446.33-
YUV147.95143.8388.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.96%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=20.96%
G=38.95%
B=40.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921711760.480.0300.31183.5734.7152.55
Hex5CABB030301Fb82335
Octal1342532606030372704365
Binary101110010101011101100001100001101111110111000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,171,176); }

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

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

 a { background-color: rgb(92,171,176); }

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

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

 span { border-color: rgb(92,171,176); }

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