#555867

Color #555867 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #555867

Tints of Bright Grey #555867

Color information

#555867 (or 0x555867) is unknown color: approx Bright Grey. HEX triplet: 55, 58 and 67. RGB value is (85,88,103). Sum of RGB (Red+Green+Blue) = 85+88+103=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #555867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555867 is #AAA798. Grayscale: #585858. Windows color (decimal): -11184025 or 6772821. OLE color: 6772821.

HSL color Cylindrical-coordinate representation of color #555867: hue angle of 230º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555867 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8588103-
CMYK0.170.1500.60
HSL230º9.57%36.86%-
HSV(B)230º17.48%40.39%-
XYZ9.689.8914.23-
YUV88.81136.01125.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=30.80%
G=31.88%
B=37.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85881030.170.1500.602309.5736.86
Hex55586711F03Ce6a25
Octal12513014721170743461245
Binary1010101101100011001111000111110111100111001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555867; }

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

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

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

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

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

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

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

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