Html Css Color HEX #5BA8AB Fountain Blue

📋 copy color: '#5BA8AB'

red 91 ◦ green 168 ◦ blue 171

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

Shades of Fountain Blue #5BA8AB

Tints of Fountain Blue #5BA8AB

RGB

 RED value IS 91 (35.94% from 255) = 21.16%

 GREEN value IS 168 (66.02% from 255) = 39.07%

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 21.16%
G = 39.07%
B = 39.77%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5BA8AB (or 0x5BA8AB) is known color: Fountain Blue. HEX triplet: 5B, A8 and AB. RGB value is (91,168,171). Sum of RGB (Red+Green+Blue) = 91+168+171=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #5BA8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA8AB is #A45754. Grayscale: #919191. Windows color (decimal): -10770261 or 11249755. OLE color: 11249755.

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

Color convert

RGB 91 168 171 -
CMYK 0.47 0.02 0 0.33
HSL 182.25º 0.32% 0.51% -
HSV(B) 182.25º 0.47% 0.67% -
XYZ 25.67 33.17 43.58 -
YUV 145.32 142.49 89.26 -
System Red Green Blue C M Y K H S L
Decimal 91 168 171 0.47 0.02 0 0.33 182.25 0.32 0.51
Hex 5B A8 AB 2F 2 0 21 B6 20 33
Octal 133 250 253 57 2 0 41 266 40 63
Binary 1011011 10101000 10101011 101111 10 0 100001 10110110 100000 110011

Color Harmonies of #5BA8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA8AB

Black with #5BA8AB

Text Example


Text Example

White with #5BA8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,168,171); }

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

background-color css

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

 a { background-color: rgb(91,168,171); }

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

border-color css

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

 span { border-color: rgb(91,168,171); }

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