Html Css Color HEX #56676F Pale Sky

📋 copy color: '#56676F'

red 86 ◦ green 103 ◦ blue 111

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

Shades of Pale Sky #56676F

Tints of Pale Sky #56676F

RGB

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

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

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

R = 28.67%
G = 34.33%
B = 37%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56676F (or 0x56676F) is known color: Pale Sky. HEX triplet: 56, 67 and 6F. RGB value is (86,103,111). Sum of RGB (Red+Green+Blue) = 86+103+111=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 111 - color contains mainly: blue. Hex color #56676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56676F is #A99890. Grayscale: #626262. Windows color (decimal): -11114641 or 7300950. OLE color: 7300950.

HSL color Cylindrical-coordinate representation of color #56676F: hue angle of 199.2º 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 #56676F is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 103 111 -
CMYK 0.23 0.07 0 0.56
HSL 199.2º 0.13% 0.39% -
HSV(B) 199.2º 0.23% 0.44% -
XYZ 11.56 12.83 16.91 -
YUV 98.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 86 103 111 0.23 0.07 0 0.56 199.2 0.13 0.39
Hex 56 67 6F 17 7 0 38 C7 D 27
Octal 126 147 157 27 7 0 70 307 15 47
Binary 1010110 1100111 1101111 10111 111 0 111000 11000111 1101 100111

Color Harmonies of #56676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56676F

Black with #56676F

Text Example


Text Example

White with #56676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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