Html Css Color HEX #56696D Pale Sky

📋 copy color: '#56696D'

red 86 ◦ green 105 ◦ blue 109

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

Shades of Pale Sky #56696D

Tints of Pale Sky #56696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

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

R = 28.67%
G = 35%
B = 36.33%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56696D (or 0x56696D) is known color: Pale Sky. HEX triplet: 56, 69 and 6D. RGB value is (86,105,109). Sum of RGB (Red+Green+Blue) = 86+105+109=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 109 - color contains mainly: blue. Hex color #56696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56696D is #A99692. Grayscale: #636363. Windows color (decimal): -11114131 or 7170390. OLE color: 7170390.

HSL color Cylindrical-coordinate representation of color #56696D: hue angle of 190.43º 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 #56696D is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 105 109 -
CMYK 0.21 0.04 0 0.57
HSL 190.43º 0.12% 0.38% -
HSV(B) 190.43º 0.21% 0.43% -
XYZ 11.65 13.19 16.4 -
YUV 99.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 86 105 109 0.21 0.04 0 0.57 190.43 0.12 0.38
Hex 56 69 6D 15 4 0 39 BE C 26
Octal 126 151 155 25 4 0 71 276 14 46
Binary 1010110 1101001 1101101 10101 100 0 111001 10111110 1100 100110

Color Harmonies of #56696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56696D

Black with #56696D

Text Example


Text Example

White with #56696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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