#5CB0AF

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

Shades of Fountain Blue #5CB0AF

Tints of Fountain Blue #5CB0AF

Color information

#5CB0AF (or 0x5CB0AF) is unknown color: approx Fountain Blue. HEX triplet: 5C, B0 and AF. RGB value is (92,176,175). Sum of RGB (Red+Green+Blue) = 92+176+175=443 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.77% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB0AF is #A34F50. Grayscale: #969696. Windows color (decimal): -10702673 or 11513948. OLE color: 11513948.

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

Color convert

RGB92176175-
CMYK0.4800.010.31
HSL179.29º34.71%52.55%-
HSV(B)179.29º47.73%69.02%-
XYZ27.6836.4246.13-
YUV150.77141.6786.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.77%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=20.77%
G=39.73%
B=39.50%

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
Decimal921761750.4800.010.31179.2934.7152.55
Hex5CB0AF30011Fb32335
Octal1342602576001372634365
Binary10111001011000010101111110000011111110110011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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