Html Css Color HEX #5DA3AD Fountain Blue

📋 copy color: '#5DA3AD'

red 93 ◦ green 163 ◦ blue 173

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

Shades of Fountain Blue #5DA3AD

Tints of Fountain Blue #5DA3AD

RGB

 RED value IS 93 (36.72% from 255) = 21.68%

 GREEN value IS 163 (64.06% from 255) = 38%

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

R = 21.68%
G = 38%
B = 40.33%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5DA3AD (or 0x5DA3AD) is known color: Fountain Blue. HEX triplet: 5D, A3 and AD. RGB value is (93,163,173). Sum of RGB (Red+Green+Blue) = 93+163+173=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #5DA3AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA3AD is #A25C52. Grayscale: #8F8F8F. Windows color (decimal): -10640467 or 11379549. OLE color: 11379549.

HSL color Cylindrical-coordinate representation of color #5DA3AD: hue angle of 187.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DA3AD is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 163 173 -
CMYK 0.46 0.06 0 0.32
HSL 187.5º 0.33% 0.52% -
HSV(B) 187.5º 0.46% 0.68% -
XYZ 25.15 31.54 44.3 -
YUV 143.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 93 163 173 0.46 0.06 0 0.32 187.5 0.33 0.52
Hex 5D A3 AD 2E 6 0 20 BC 21 34
Octal 135 243 255 56 6 0 40 274 41 64
Binary 1011101 10100011 10101101 101110 110 0 100000 10111100 100001 110100

Color Harmonies of #5DA3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA3AD

Black with #5DA3AD

Text Example


Text Example

White with #5DA3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,163,173); }

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

background-color css

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

 a { background-color: rgb(93,163,173); }

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

border-color css

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

 span { border-color: rgb(93,163,173); }

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