Html Css Color HEX #5BABAB Fountain Blue

📋 copy color: '#5BABAB'

red 91 ◦ green 171 ◦ blue 171

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

Shades of Fountain Blue #5BABAB

Tints of Fountain Blue #5BABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.49%

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

R = 21.02%
G = 39.49%
B = 39.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5BABAB (or 0x5BABAB) is known color: Fountain Blue. HEX triplet: 5B, AB and AB. RGB value is (91,171,171). Sum of RGB (Red+Green+Blue) = 91+171+171=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #5BABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BABAB is #A45454. Grayscale: #939393. Windows color (decimal): -10769493 or 11250523. OLE color: 11250523.

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

Color convert

RGB 91 171 171 -
CMYK 0.47 0 0 0.33
HSL 180º 0.32% 0.51% -
HSV(B) 180º 0.47% 0.67% -
XYZ 26.23 34.29 43.76 -
YUV 147.08 141.5 88 -
System Red Green Blue C M Y K H S L
Decimal 91 171 171 0.47 0 0 0.33 180 0.32 0.51
Hex 5B AB AB 2F 0 0 21 B4 20 33
Octal 133 253 253 57 0 0 41 264 40 63
Binary 1011011 10101011 10101011 101111 0 0 100001 10110100 100000 110011

Color Harmonies of #5BABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BABAB

Black with #5BABAB

Text Example


Text Example

White with #5BABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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