Html Css Color HEX #56666C Pale Sky

📋 copy color: '#56666C'

red 86 ◦ green 102 ◦ blue 108

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

Shades of Pale Sky #56666C

Tints of Pale Sky #56666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 29.05%
G = 34.46%
B = 36.49%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56666C (or 0x56666C) is known color: Pale Sky. HEX triplet: 56, 66 and 6C. RGB value is (86,102,108). Sum of RGB (Red+Green+Blue) = 86+102+108=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 108 - color contains mainly: blue. Hex color #56666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56666C is #A99993. Grayscale: #616161. Windows color (decimal): -11114900 or 7104086. OLE color: 7104086.

HSL color Cylindrical-coordinate representation of color #56666C: hue angle of 196.36º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56666C is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 102 108 -
CMYK 0.20 0.06 0 0.58
HSL 196.36º 0.11% 0.38% -
HSV(B) 196.36º 0.2% 0.42% -
XYZ 11.3 12.56 16.02 -
YUV 97.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 86 102 108 0.20 0.06 0 0.58 196.36 0.11 0.38
Hex 56 66 6C 14 6 0 3A C4 B 26
Octal 126 146 154 24 6 0 72 304 13 46
Binary 1010110 1100110 1101100 10100 110 0 111010 11000100 1011 100110

Color Harmonies of #56666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56666C

Black with #56666C

Text Example


Text Example

White with #56666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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