Html Css Color HEX #56676D Pale Sky

📋 copy color: '#56676D'

red 86 ◦ green 103 ◦ blue 109

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

Shades of Pale Sky #56676D

Tints of Pale Sky #56676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.56%

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

R = 28.86%
G = 34.56%
B = 36.58%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56676D (or 0x56676D) is known color: Pale Sky. HEX triplet: 56, 67 and 6D. RGB value is (86,103,109). Sum of RGB (Red+Green+Blue) = 86+103+109=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 109 - color contains mainly: blue. Hex color #56676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56676D is #A99892. Grayscale: #626262. Windows color (decimal): -11114643 or 7169878. OLE color: 7169878.

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

Color convert

RGB 86 103 109 -
CMYK 0.21 0.06 0 0.57
HSL 195.65º 0.12% 0.38% -
HSV(B) 195.65º 0.21% 0.43% -
XYZ 11.45 12.78 16.33 -
YUV 98.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 86 103 109 0.21 0.06 0 0.57 195.65 0.12 0.38
Hex 56 67 6D 15 6 0 39 C4 C 26
Octal 126 147 155 25 6 0 71 304 14 46
Binary 1010110 1100111 1101101 10101 110 0 111001 11000100 1100 100110

Color Harmonies of #56676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56676D

Black with #56676D

Text Example


Text Example

White with #56676D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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