Html Css Color HEX #56A5B4 Fountain Blue

📋 copy color: '#56A5B4'

red 86 ◦ green 165 ◦ blue 180

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

Shades of Fountain Blue #56A5B4

Tints of Fountain Blue #56A5B4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.28%

 BLUE value IS 180 (70.7% from 255) = 41.76%

R = 19.95%
G = 38.28%
B = 41.76%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#56A5B4 (or 0x56A5B4) is known color: Fountain Blue. HEX triplet: 56, A5 and B4. RGB value is (86,165,180). Sum of RGB (Red+Green+Blue) = 86+165+180=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #56A5B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A5B4 is #A95A4B. Grayscale: #8E8E8E. Windows color (decimal): -11098700 or 11838806. OLE color: 11838806.

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

Color convert

RGB 86 165 180 -
CMYK 0.52 0.08 0 0.29
HSL 189.57º 0.39% 0.52% -
HSV(B) 189.57º 0.52% 0.71% -
XYZ 25.53 32.18 48.05 -
YUV 143.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 86 165 180 0.52 0.08 0 0.29 189.57 0.39 0.52
Hex 56 A5 B4 34 8 0 1D BE 27 34
Octal 126 245 264 64 10 0 35 276 47 64
Binary 1010110 10100101 10110100 110100 1000 0 11101 10111110 100111 110100

Color Harmonies of #56A5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A5B4

Black with #56A5B4

Text Example


Text Example

White with #56A5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,165,180); }

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

background-color css

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

 a { background-color: rgb(86,165,180); }

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

border-color css

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

 span { border-color: rgb(86,165,180); }

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