Html Css Color HEX #5DAAB9 Fountain Blue

📋 copy color: '#5DAAB9'

red 93 ◦ green 170 ◦ blue 185

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

Shades of Fountain Blue #5DAAB9

Tints of Fountain Blue #5DAAB9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.95%

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 20.76%
G = 37.95%
B = 41.29%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5DAAB9 (or 0x5DAAB9) is known color: Fountain Blue. HEX triplet: 5D, AA and B9. RGB value is (93,170,185). Sum of RGB (Red+Green+Blue) = 93+170+185=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #5DAAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAAB9 is #A25546. Grayscale: #949494. Windows color (decimal): -10638663 or 12167773. OLE color: 12167773.

HSL color Cylindrical-coordinate representation of color #5DAAB9: hue angle of 189.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DAAB9 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 170 185 -
CMYK 0.50 0.08 0 0.27
HSL 189.78º 0.4% 0.55% -
HSV(B) 189.78º 0.5% 0.73% -
XYZ 27.65 34.58 51.12 -
YUV 148.69 148.49 88.28 -
System Red Green Blue C M Y K H S L
Decimal 93 170 185 0.50 0.08 0 0.27 189.78 0.4 0.55
Hex 5D AA B9 32 8 0 1B BE 28 37
Octal 135 252 271 62 10 0 33 276 50 67
Binary 1011101 10101010 10111001 110010 1000 0 11011 10111110 101000 110111

Color Harmonies of #5DAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAAB9

Black with #5DAAB9

Text Example


Text Example

White with #5DAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,170,185); }

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

background-color css

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

 a { background-color: rgb(93,170,185); }

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

border-color css

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

 span { border-color: rgb(93,170,185); }

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