#53B1AF

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

Shades of Fountain Blue #53B1AF

Tints of Fountain Blue #53B1AF

Color information

#53B1AF (or 0x53B1AF) is unknown color: approx Fountain Blue. HEX triplet: 53, B1 and AF. RGB value is (83,177,175). Sum of RGB (Red+Green+Blue) = 83+177+175=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #53B1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B1AF is #AC4E50. Grayscale: #949494. Windows color (decimal): -11292241 or 11514195. OLE color: 11514195.

HSL color Cylindrical-coordinate representation of color #53B1AF: hue angle of 178.72º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B1AF is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB83177175-
CMYK0.5300.010.31
HSL178.72º37.6%50.98%-
HSV(B)178.72º53.11%69.41%-
XYZ27.0336.3846.15-
YUV148.67142.8681.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.08%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=19.08%
G=40.69%
B=40.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831771750.5300.010.31178.7237.650.98
Hex53B1AF35011Fb32633
Octal1232612576501372634663
Binary10100111011000110101111110101011111110110011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B1AF; }

 p { color: rgb(83,177,175); }

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

<style>
 a { background-color: #53B1AF; }

 a { background-color: rgb(83,177,175); }

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

<style>
 span { border-color: #53B1AF; }

 span { border-color: rgb(83,177,175); }

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