Html Css Color HEX #5BA6AB Fountain Blue

📋 copy color: '#5BA6AB'

red 91 ◦ green 166 ◦ blue 171

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

Shades of Fountain Blue #5BA6AB

Tints of Fountain Blue #5BA6AB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

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

R = 21.26%
G = 38.79%
B = 39.95%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5BA6AB (or 0x5BA6AB) is known color: Fountain Blue. HEX triplet: 5B, A6 and AB. RGB value is (91,166,171). Sum of RGB (Red+Green+Blue) = 91+166+171=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #5BA6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA6AB is #A45954. Grayscale: #909090. Windows color (decimal): -10770773 or 11249243. OLE color: 11249243.

HSL color Cylindrical-coordinate representation of color #5BA6AB: hue angle of 183.75º 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 #5BA6AB is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 166 171 -
CMYK 0.47 0.03 0 0.33
HSL 183.75º 0.32% 0.51% -
HSV(B) 183.75º 0.47% 0.67% -
XYZ 25.3 32.44 43.46 -
YUV 144.15 143.15 90.09 -
System Red Green Blue C M Y K H S L
Decimal 91 166 171 0.47 0.03 0 0.33 183.75 0.32 0.51
Hex 5B A6 AB 2F 3 0 21 B8 20 33
Octal 133 246 253 57 3 0 41 270 40 63
Binary 1011011 10100110 10101011 101111 11 0 100001 10111000 100000 110011

Color Harmonies of #5BA6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA6AB

Black with #5BA6AB

Text Example


Text Example

White with #5BA6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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