Html Css Color HEX #56B7B5 Fountain Blue

📋 copy color: '#56B7B5'

red 86 ◦ green 183 ◦ blue 181

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

Shades of Fountain Blue #56B7B5

Tints of Fountain Blue #56B7B5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.67%

 BLUE value IS 181 (71.09% from 255) = 40.22%

R = 19.11%
G = 40.67%
B = 40.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#56B7B5 (or 0x56B7B5) is known color: Fountain Blue. HEX triplet: 56, B7 and B5. RGB value is (86,183,181). Sum of RGB (Red+Green+Blue) = 86+183+181=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #56B7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B7B5 is #A9484A. Grayscale: #999999. Windows color (decimal): -11094091 or 11908950. OLE color: 11908950.

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

Color convert

RGB 86 183 181 -
CMYK 0.53 0 0.01 0.28
HSL 178.76º 0.4% 0.53% -
HSV(B) 178.76º 0.53% 0.72% -
XYZ 29.11 39.18 49.74 -
YUV 153.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 86 183 181 0.53 0 0.01 0.28 178.76 0.4 0.53
Hex 56 B7 B5 35 0 1 1C B3 28 35
Octal 126 267 265 65 0 1 34 263 50 65
Binary 1010110 10110111 10110101 110101 0 1 11100 10110011 101000 110101

Color Harmonies of #56B7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B7B5

Black with #56B7B5

Text Example


Text Example

White with #56B7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,183,181); }

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

background-color css

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

 a { background-color: rgb(86,183,181); }

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

border-color css

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

 span { border-color: rgb(86,183,181); }

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