Html Css Color HEX #57A5AD Fountain Blue

📋 copy color: '#57A5AD'

red 87 ◦ green 165 ◦ blue 173

#57A5AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #57A5AD

Tints of Fountain Blue #57A5AD

RGB

 RED value IS 87 (34.38% from 255) = 20.47%

 GREEN value IS 165 (64.84% from 255) = 38.82%

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 20.47%
G = 38.82%
B = 40.71%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#57A5AD (or 0x57A5AD) is known color: Fountain Blue. HEX triplet: 57, A5 and AD. RGB value is (87,165,173). Sum of RGB (Red+Green+Blue) = 87+165+173=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #57A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A5AD is #A85A52. Grayscale: #8E8E8E. Windows color (decimal): -11033171 or 11380055. OLE color: 11380055.

HSL color Cylindrical-coordinate representation of color #57A5AD: hue angle of 185.58º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57A5AD is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 165 173 -
CMYK 0.50 0.05 0 0.32
HSL 185.58º 0.34% 0.51% -
HSV(B) 185.58º 0.5% 0.68% -
XYZ 24.93 31.95 44.39 -
YUV 142.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 87 165 173 0.50 0.05 0 0.32 185.58 0.34 0.51
Hex 57 A5 AD 32 5 0 20 BA 22 33
Octal 127 245 255 62 5 0 40 272 42 63
Binary 1010111 10100101 10101101 110010 101 0 100000 10111010 100010 110011

Color Harmonies of #57A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A5AD

Black with #57A5AD

Text Example


Text Example

White with #57A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57A5AD; }

 p { color: rgb(87,165,173); }

 H1.HeaderClassName
 {
   color: #57A5AD;
 }
 .AnyTagClassName
 {
   color: #57A5AD;
 }
</style>

background-color css

<style>
 a { background-color: #57A5AD; }

 a { background-color: rgb(87,165,173); }

 div.DivClassName
 {
   background-color: #57A5AD;
 }
 .BgClassName
 {
   background-color: #57A5AD;
 }
</style>

border-color css

<style>
 span { border-color: #57A5AD; }

 span { border-color: rgb(87,165,173); }

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