#5CBFB7

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

Shades of Fountain Blue #5CBFB7

Tints of Fountain Blue #5CBFB7

Color information

#5CBFB7 (or 0x5CBFB7) is unknown color: approx Fountain Blue. HEX triplet: 5C, BF and B7. RGB value is (92,191,183). Sum of RGB (Red+Green+Blue) = 92+191+183=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBFB7 is #A34048. Grayscale: #A0A0A0. Windows color (decimal): -10698825 or 12042076. OLE color: 12042076.

HSL color Cylindrical-coordinate representation of color #5CBFB7: hue angle of 175.15º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBFB7 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB92191183-
CMYK0.5200.040.25
HSL175.15º43.61%55.49%-
HSV(B)175.15º51.83%74.9%-
XYZ31.5942.9651.43-
YUV160.49140.779.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.74%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 183 (71.88% from 255) = 39.27%
R=19.74%
G=40.99%
B=39.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921911830.5200.040.25175.1543.6155.49
Hex5CBFB7340419af2c37
Octal1342772676404312575467
Binary1011100101111111011011111010001001100110101111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,191,183); }

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

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

 a { background-color: rgb(92,191,183); }

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

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

 span { border-color: rgb(92,191,183); }

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