#53ACB4

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

Shades of Fountain Blue #53ACB4

Tints of Fountain Blue #53ACB4

Color information

#53ACB4 (or 0x53ACB4) is unknown color: approx Fountain Blue. HEX triplet: 53, AC and B4. RGB value is (83,172,180). Sum of RGB (Red+Green+Blue) = 83+172+180=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #53ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACB4 is #AC534B. Grayscale: #929292. Windows color (decimal): -11293516 or 11840595. OLE color: 11840595.

HSL color Cylindrical-coordinate representation of color #53ACB4: hue angle of 184.95º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53ACB4 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB83172180-
CMYK0.540.0400.29
HSL184.95º39.27%51.57%-
HSV(B)184.95º53.89%70.59%-
XYZ26.5634.6448.47-
YUV146.3147.0182.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.08%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=19.08%
G=39.54%
B=41.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831721800.540.0400.29184.9539.2751.57
Hex53ACB436401Db92734
Octal1232542646640352714764
Binary1010011101011001011010011011010001110110111001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,172,180); }

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

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

 a { background-color: rgb(83,172,180); }

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

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

 span { border-color: rgb(83,172,180); }

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