Html Css Color HEX #5CA5AC Fountain Blue

📋 copy color: '#5CA5AC'

red 92 ◦ green 165 ◦ blue 172

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

Shades of Fountain Blue #5CA5AC

Tints of Fountain Blue #5CA5AC

RGB

 RED value IS 92 (36.33% from 255) = 21.45%

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

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 21.45%
G = 38.46%
B = 40.09%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5CA5AC (or 0x5CA5AC) is known color: Fountain Blue. HEX triplet: 5C, A5 and AC. RGB value is (92,165,172). Sum of RGB (Red+Green+Blue) = 92+165+172=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #5CA5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA5AC is #A35A53. Grayscale: #8F8F8F. Windows color (decimal): -10705492 or 11314524. OLE color: 11314524.

HSL color Cylindrical-coordinate representation of color #5CA5AC: hue angle of 185.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CA5AC is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 165 172 -
CMYK 0.47 0.04 0 0.33
HSL 185.25º 0.33% 0.52% -
HSV(B) 185.25º 0.47% 0.67% -
XYZ 25.32 32.16 43.9 -
YUV 143.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 92 165 172 0.47 0.04 0 0.33 185.25 0.33 0.52
Hex 5C A5 AC 2F 4 0 21 B9 21 34
Octal 134 245 254 57 4 0 41 271 41 64
Binary 1011100 10100101 10101100 101111 100 0 100001 10111001 100001 110100

Color Harmonies of #5CA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA5AC

Black with #5CA5AC

Text Example


Text Example

White with #5CA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CA5AC; }

 p { color: rgb(92,165,172); }

 H1.HeaderClassName
 {
   color: #5CA5AC;
 }
 .AnyTagClassName
 {
   color: #5CA5AC;
 }
</style>

background-color css

<style>
 a { background-color: #5CA5AC; }

 a { background-color: rgb(92,165,172); }

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

border-color css

<style>
 span { border-color: #5CA5AC; }

 span { border-color: rgb(92,165,172); }

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