Html Css Color HEX #56696F Pale Sky

📋 copy color: '#56696F'

red 86 ◦ green 105 ◦ blue 111

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

Shades of Pale Sky #56696F

Tints of Pale Sky #56696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 28.48%
G = 34.77%
B = 36.75%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56696F (or 0x56696F) is known color: Pale Sky. HEX triplet: 56, 69 and 6F. RGB value is (86,105,111). Sum of RGB (Red+Green+Blue) = 86+105+111=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 111 - color contains mainly: blue. Hex color #56696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56696F is #A99690. Grayscale: #636363. Windows color (decimal): -11114129 or 7301462. OLE color: 7301462.

HSL color Cylindrical-coordinate representation of color #56696F: hue angle of 194.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56696F is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 105 111 -
CMYK 0.23 0.05 0 0.56
HSL 194.4º 0.13% 0.39% -
HSV(B) 194.4º 0.23% 0.44% -
XYZ 11.76 13.23 16.97 -
YUV 100 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 86 105 111 0.23 0.05 0 0.56 194.4 0.13 0.39
Hex 56 69 6F 17 5 0 38 C2 D 27
Octal 126 151 157 27 5 0 70 302 15 47
Binary 1010110 1101001 1101111 10111 101 0 111000 11000010 1101 100111

Color Harmonies of #56696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56696F

Black with #56696F

Text Example


Text Example

White with #56696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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