#5cb9b7

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

Shades of Fountain Blue #5CB9B7

Tints of Fountain Blue #5CB9B7

Color information

#5CB9B7 (or 0x5CB9B7) is unknown color: approx Fountain Blue. HEX triplet: 5C, B9 and B7. RGB value is (92,185,183). Sum of RGB (Red+Green+Blue) = 92+185+183=460 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB9B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB9B7 is #A34648. Grayscale: #9C9C9C. Windows color (decimal): -10700361 or 12040540. OLE color: 12040540.

HSL color Cylindrical-coordinate representation of color #5CB9B7: hue angle of 178.71º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB9B7 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB92185183-
CMYK0.5000.010.27
HSL178.71º39.91%54.31%-
HSV(B)178.71º50.27%72.55%-
XYZ30.3140.3951-
YUV156.96142.6981.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 183 (71.88% from 255) = 39.78%
R=20%
G=40.22%
B=39.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921851830.5000.010.27178.7139.9154.31
Hex5CB9B732011Bb32836
Octal1342712676201332635066
Binary10111001011100110110111110010011101110110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cb9b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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