Html Css Color HEX #56686D Pale Sky

📋 copy color: '#56686D'

red 86 ◦ green 104 ◦ blue 109

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

Shades of Pale Sky #56686D

Tints of Pale Sky #56686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.78%

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 28.76%
G = 34.78%
B = 36.45%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56686D (or 0x56686D) is known color: Pale Sky. HEX triplet: 56, 68 and 6D. RGB value is (86,104,109). Sum of RGB (Red+Green+Blue) = 86+104+109=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 109 - color contains mainly: blue. Hex color #56686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56686D is #A99792. Grayscale: #636363. Windows color (decimal): -11114387 or 7170134. OLE color: 7170134.

HSL color Cylindrical-coordinate representation of color #56686D: hue angle of 193.04º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #56686D is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 104 109 -
CMYK 0.21 0.05 0 0.57
HSL 193.04º 0.12% 0.38% -
HSV(B) 193.04º 0.21% 0.43% -
XYZ 11.55 12.98 16.37 -
YUV 99.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 86 104 109 0.21 0.05 0 0.57 193.04 0.12 0.38
Hex 56 68 6D 15 5 0 39 C1 C 26
Octal 126 150 155 25 5 0 71 301 14 46
Binary 1010110 1101000 1101101 10101 101 0 111001 11000001 1100 100110

Color Harmonies of #56686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56686D

Black with #56686D

Text Example


Text Example

White with #56686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56686D; }

 p { color: rgb(86,104,109); }

 H1.HeaderClassName
 {
   color: #56686D;
 }
 .AnyTagClassName
 {
   color: #56686D;
 }
</style>

background-color css

<style>
 a { background-color: #56686D; }

 a { background-color: rgb(86,104,109); }

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

border-color css

<style>
 span { border-color: #56686D; }

 span { border-color: rgb(86,104,109); }

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