#53AFAD

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

Shades of Fountain Blue #53AFAD

Tints of Fountain Blue #53AFAD

Color information

#53AFAD (or 0x53AFAD) is unknown color: approx Fountain Blue. HEX triplet: 53, AF and AD. RGB value is (83,175,173). Sum of RGB (Red+Green+Blue) = 83+175+173=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #53AFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AFAD is #AC5052. Grayscale: #939393. Windows color (decimal): -11292755 or 11382611. OLE color: 11382611.

HSL color Cylindrical-coordinate representation of color #53AFAD: hue angle of 178.7º degrees, saturation: 0.37, 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 #53AFAD is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB83175173-
CMYK0.5300.010.31
HSL178.7º36.51%50.59%-
HSV(B)178.7º52.57%68.63%-
XYZ26.4435.5245-
YUV147.26142.5282.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.26%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=19.26%
G=40.60%
B=40.14%

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
Decimal831751730.5300.010.31178.736.5150.59
Hex53AFAD35011Fb32533
Octal1232572556501372634563
Binary10100111010111110101101110101011111110110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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