#5DB2B3

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

Shades of Fountain Blue #5DB2B3

Tints of Fountain Blue #5DB2B3

Color information

#5DB2B3 (or 0x5DB2B3) is unknown color: approx Fountain Blue. HEX triplet: 5D, B2 and B3. RGB value is (93,178,179). Sum of RGB (Red+Green+Blue) = 93+178+179=450 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.67% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 179 - color contains mainly: blue. Hex color #5DB2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB2B3 is #A24D4C. Grayscale: #989898. Windows color (decimal): -10636621 or 11776605. OLE color: 11776605.

HSL color Cylindrical-coordinate representation of color #5DB2B3: hue angle of 180.7º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB2B3 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB93178179-
CMYK0.480.0100.30
HSL180.7º36.13%53.33%-
HSV(B)180.7º48.04%70.2%-
XYZ28.5737.4248.37-
YUV152.7142.8485.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.67%
GREEN value IS 178 (69.92% from 255) = 39.56%
BLUE value IS 179 (70.31% from 255) = 39.78%
R=20.67%
G=39.56%
B=39.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal931781790.480.0100.30180.736.1353.33
Hex5DB2B330101Eb52435
Octal1352622636010362654465
Binary10111011011001010110011110000101111010110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,178,179); }

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

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

 a { background-color: rgb(93,178,179); }

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

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

 span { border-color: rgb(93,178,179); }

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