#5CB7B6

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

Shades of Fountain Blue #5CB7B6

Tints of Fountain Blue #5CB7B6

Color information

#5CB7B6 (or 0x5CB7B6) is unknown color: approx Fountain Blue. HEX triplet: 5C, B7 and B6. RGB value is (92,183,182). Sum of RGB (Red+Green+Blue) = 92+183+182=457 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.13% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB7B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB7B6 is #A34849. Grayscale: #9B9B9B. Windows color (decimal): -10700874 or 11974492. OLE color: 11974492.

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

Color convert

RGB92183182-
CMYK0.5000.010.28
HSL179.34º38.72%53.92%-
HSV(B)179.34º49.73%71.76%-
XYZ29.7939.5250.31-
YUV155.68142.8582.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.13%
GREEN value IS 183 (71.88% from 255) = 40.04%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=20.13%
G=40.04%
B=39.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal921831820.5000.010.28179.3438.7253.92
Hex5CB7B632011Cb32736
Octal1342672666201342634766
Binary10111001011011110110110110010011110010110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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