Html Css Color HEX #56ACB6 Fountain Blue

📋 copy color: '#56ACB6'

red 86 ◦ green 172 ◦ blue 182

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

Shades of Fountain Blue #56ACB6

Tints of Fountain Blue #56ACB6

RGB

 RED value IS 86 (33.98% from 255) = 19.55%

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 182 (71.48% from 255) = 41.36%

R = 19.55%
G = 39.09%
B = 41.36%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#56ACB6 (or 0x56ACB6) is known color: Fountain Blue. HEX triplet: 56, AC and B6. RGB value is (86,172,182). Sum of RGB (Red+Green+Blue) = 86+172+182=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #56ACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ACB6 is #A95349. Grayscale: #939393. Windows color (decimal): -11096906 or 11971670. OLE color: 11971670.

HSL color Cylindrical-coordinate representation of color #56ACB6: hue angle of 186.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56ACB6 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 172 182 -
CMYK 0.53 0.05 0 0.29
HSL 186.25º 0.4% 0.53% -
HSV(B) 186.25º 0.53% 0.71% -
XYZ 27.03 34.86 49.56 -
YUV 147.43 147.51 84.19 -
System Red Green Blue C M Y K H S L
Decimal 86 172 182 0.53 0.05 0 0.29 186.25 0.4 0.53
Hex 56 AC B6 35 5 0 1D BA 28 35
Octal 126 254 266 65 5 0 35 272 50 65
Binary 1010110 10101100 10110110 110101 101 0 11101 10111010 101000 110101

Color Harmonies of #56ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ACB6

Black with #56ACB6

Text Example


Text Example

White with #56ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56ACB6; }

 p { color: rgb(86,172,182); }

 H1.HeaderClassName
 {
   color: #56ACB6;
 }
 .AnyTagClassName
 {
   color: #56ACB6;
 }
</style>

background-color css

<style>
 a { background-color: #56ACB6; }

 a { background-color: rgb(86,172,182); }

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

border-color css

<style>
 span { border-color: #56ACB6; }

 span { border-color: rgb(86,172,182); }

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