Html Css Color HEX #56656B Pale Sky

📋 copy color: '#56656B'

red 86 ◦ green 101 ◦ blue 107

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

Shades of Pale Sky #56656B

Tints of Pale Sky #56656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 29.25%
G = 34.35%
B = 36.39%

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

#56656B (or 0x56656B) is known color: Pale Sky. HEX triplet: 56, 65 and 6B. RGB value is (86,101,107). Sum of RGB (Red+Green+Blue) = 86+101+107=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 107 - color contains mainly: blue. Hex color #56656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56656B is #A99A94. Grayscale: #616161. Windows color (decimal): -11115157 or 7038294. OLE color: 7038294.

HSL color Cylindrical-coordinate representation of color #56656B: hue angle of 197.14º 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 #56656B is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 101 107 -
CMYK 0.20 0.06 0 0.58
HSL 197.14º 0.11% 0.38% -
HSV(B) 197.14º 0.2% 0.42% -
XYZ 11.15 12.35 15.71 -
YUV 97.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 86 101 107 0.20 0.06 0 0.58 197.14 0.11 0.38
Hex 56 65 6B 14 6 0 3A C5 B 26
Octal 126 145 153 24 6 0 72 305 13 46
Binary 1010110 1100101 1101011 10100 110 0 111010 11000101 1011 100110

Color Harmonies of #56656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56656B

Black with #56656B

Text Example


Text Example

White with #56656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56656B; }

 p { color: rgb(86,101,107); }

 H1.HeaderClassName
 {
   color: #56656B;
 }
 .AnyTagClassName
 {
   color: #56656B;
 }
</style>

background-color css

<style>
 a { background-color: #56656B; }

 a { background-color: rgb(86,101,107); }

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

border-color css

<style>
 span { border-color: #56656B; }

 span { border-color: rgb(86,101,107); }

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