Html Css Color HEX #56666D Pale Sky

📋 copy color: '#56666D'

red 86 ◦ green 102 ◦ blue 109

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

Shades of Pale Sky #56666D

Tints of Pale Sky #56666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

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

R = 28.96%
G = 34.34%
B = 36.7%

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

#56666D (or 0x56666D) is known color: Pale Sky. HEX triplet: 56, 66 and 6D. RGB value is (86,102,109). Sum of RGB (Red+Green+Blue) = 86+102+109=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 109 - color contains mainly: blue. Hex color #56666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56666D is #A99992. Grayscale: #616161. Windows color (decimal): -11114899 or 7169622. OLE color: 7169622.

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

Color convert

RGB 86 102 109 -
CMYK 0.21 0.06 0 0.57
HSL 198.26º 0.12% 0.38% -
HSV(B) 198.26º 0.21% 0.43% -
XYZ 11.35 12.59 16.3 -
YUV 98.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 86 102 109 0.21 0.06 0 0.57 198.26 0.12 0.38
Hex 56 66 6D 15 6 0 39 C6 C 26
Octal 126 146 155 25 6 0 71 306 14 46
Binary 1010110 1100110 1101101 10101 110 0 111001 11000110 1100 100110

Color Harmonies of #56666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56666D

Black with #56666D

Text Example


Text Example

White with #56666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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