#5CB5BE

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

Shades of Fountain Blue #5CB5BE

Tints of Fountain Blue #5CB5BE

Color information

#5CB5BE (or 0x5CB5BE) is unknown color: approx Fountain Blue. HEX triplet: 5C, B5 and BE. RGB value is (92,181,190). Sum of RGB (Red+Green+Blue) = 92+181+190=463 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.87% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #5CB5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB5BE is #A34A41. Grayscale: #9B9B9B. Windows color (decimal): -10701378 or 12498268. OLE color: 12498268.

HSL color Cylindrical-coordinate representation of color #5CB5BE: hue angle of 185.51º degrees, saturation: 0.43, 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 #5CB5BE is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92181190-
CMYK0.520.0500.25
HSL185.51º42.98%55.29%-
HSV(B)185.51º51.58%74.51%-
XYZ30.2339.0454.66-
YUV155.42147.5182.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.87%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=19.87%
G=39.09%
B=41.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921811900.520.0500.25185.5142.9855.29
Hex5CB5BE345019ba2b37
Octal1342652766450312725367
Binary1011100101101011011111011010010101100110111010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,181,190); }

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

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

 a { background-color: rgb(92,181,190); }

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

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

 span { border-color: rgb(92,181,190); }

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