#555C67

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

Shades of Bright Grey #555C67

Tints of Bright Grey #555C67

Color information

#555C67 (or 0x555C67) is unknown color: approx Bright Grey. HEX triplet: 55, 5C and 67. RGB value is (85,92,103). Sum of RGB (Red+Green+Blue) = 85+92+103=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 103 - color contains mainly: blue. Hex color #555C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C67 is #AAA398. Grayscale: #5B5B5B. Windows color (decimal): -11183001 or 6773845. OLE color: 6773845.

HSL color Cylindrical-coordinate representation of color #555C67: hue angle of 216.67º 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 #555C67 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8592103-
CMYK0.170.1100.60
HSL216.67º9.57%36.86%-
HSV(B)216.67º17.48%40.39%-
XYZ10.0210.5614.34-
YUV91.16134.68123.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 103 (40.62% from 255) = 36.79%
R=30.36%
G=32.86%
B=36.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85921030.170.1100.60216.679.5736.86
Hex555C6711B03Cd9a25
Octal12513414721130743311245
Binary1010101101110011001111000110110111100110110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555C67; }

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

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

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

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

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

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

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

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