#55676D

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

Shades of Pale Sky #55676D

Tints of Pale Sky #55676D

Color information

#55676D (or 0x55676D) is unknown color: approx Pale Sky. HEX triplet: 55, 67 and 6D. RGB value is (85,103,109). Sum of RGB (Red+Green+Blue) = 85+103+109=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 109 - color contains mainly: blue. Hex color #55676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55676D is #AA9892. Grayscale: #626262. Windows color (decimal): -11180179 or 7169877. OLE color: 7169877.

HSL color Cylindrical-coordinate representation of color #55676D: hue angle of 195º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55676D is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB85103109-
CMYK0.220.0600.57
HSL195º12.37%38.04%-
HSV(B)195º22.02%42.75%-
XYZ11.3612.7416.33-
YUV98.3134.04118.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=28.62%
G=34.68%
B=36.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal851031090.220.0600.5719512.3738.04
Hex55676D166039c3c26
Octal1251471552660713031446
Binary101010111001111101101101101100111001110000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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