#5DBBB5

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

Shades of Fountain Blue #5DBBB5

Tints of Fountain Blue #5DBBB5

Color information

#5DBBB5 (or 0x5DBBB5) is unknown color: approx Fountain Blue. HEX triplet: 5D, BB and B5. RGB value is (93,187,181). Sum of RGB (Red+Green+Blue) = 93+187+181=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBB5 is #A2444A. Grayscale: #9E9E9E. Windows color (decimal): -10634315 or 11909981. OLE color: 11909981.

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

Color convert

RGB93187181-
CMYK0.5000.030.27
HSL176.17º40.87%54.9%-
HSV(B)176.17º50.27%73.33%-
XYZ30.6341.250.06-
YUV158.21140.8681.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.17%
GREEN value IS 187 (73.44% from 255) = 40.56%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=20.17%
G=40.56%
B=39.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931871810.5000.030.27176.1740.8754.9
Hex5DBBB532031Bb02937
Octal1352732656203332605167
Binary101110110111011101101011100100111101110110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,187,181); }

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

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

 a { background-color: rgb(93,187,181); }

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

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

 span { border-color: rgb(93,187,181); }

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