#55676F

Color #55676F Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #55676F

Tints of Pale Sky #55676F

Color information

#55676F (or 0x55676F) is unknown color: approx Pale Sky. HEX triplet: 55, 67 and 6F. RGB value is (85,103,111). Sum of RGB (Red+Green+Blue) = 85+103+111=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 111 - color contains mainly: blue. Hex color #55676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55676F is #AA9890. Grayscale: #626262. Windows color (decimal): -11180177 or 7300949. OLE color: 7300949.

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

Color convert

RGB85103111-
CMYK0.230.0700.56
HSL198.46º13.27%38.43%-
HSV(B)198.46º23.42%43.53%-
XYZ11.4712.7816.9-
YUV98.53135.04118.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=28.43%
G=34.45%
B=37.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851031110.230.0700.56198.4613.2738.43
Hex55676F177038c6d26
Octal1251471572770703061546
Binary101010111001111101111101111110111000110001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55676F;
 }
 .AnyTagClassName
 {
   color: #55676F;
 }
</style>
background-color css

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

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

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

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

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

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