Html Css Color HEX #57A5B5 Fountain Blue

📋 copy color: '#57A5B5'

red 87 ◦ green 165 ◦ blue 181

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

Shades of Fountain Blue #57A5B5

Tints of Fountain Blue #57A5B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.8%

R = 20.09%
G = 38.11%
B = 41.8%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#57A5B5 (or 0x57A5B5) is known color: Fountain Blue. HEX triplet: 57, A5 and B5. RGB value is (87,165,181). Sum of RGB (Red+Green+Blue) = 87+165+181=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #57A5B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A5B5 is #A85A4A. Grayscale: #8F8F8F. Windows color (decimal): -11033163 or 11904343. OLE color: 11904343.

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

Color convert

RGB 87 165 181 -
CMYK 0.52 0.09 0 0.29
HSL 190.21º 0.39% 0.53% -
HSV(B) 190.21º 0.52% 0.71% -
XYZ 25.73 32.27 48.59 -
YUV 143.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 87 165 181 0.52 0.09 0 0.29 190.21 0.39 0.53
Hex 57 A5 B5 34 9 0 1D BE 27 35
Octal 127 245 265 64 11 0 35 276 47 65
Binary 1010111 10100101 10110101 110100 1001 0 11101 10111110 100111 110101

Color Harmonies of #57A5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A5B5

Black with #57A5B5

Text Example


Text Example

White with #57A5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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