#2C555B

Color #2C555B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #2C555B

Tints of Dark Slate Grey #2C555B

Color information

#2C555B (or 0x2C555B) is unknown color: approx Dark Slate Grey. HEX triplet: 2C, 55 and 5B. RGB value is (44,85,91). Sum of RGB (Red+Green+Blue) = 44+85+91=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #2C555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C555B is #D3AAA4. Grayscale: #494949. Windows color (decimal): -13871781 or 5985580. OLE color: 5985580.

HSL color Cylindrical-coordinate representation of color #2C555B: hue angle of 187.66º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C555B is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB448591-
CMYK0.520.0700.64
HSL187.66º34.81%26.47%-
HSV(B)187.66º51.65%35.69%-
XYZ6.187.7911.08-
YUV73.42137.92107.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=20%
G=38.64%
B=41.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4485910.520.0700.64187.6634.8126.47
Hex2C555B347040bc231a
Octal5412513364701002744332
Binary10110010101011011011110100111010000001011110010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C555B; }

 p { color: rgb(44,85,91); }

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

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

 a { background-color: rgb(44,85,91); }

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

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

 span { border-color: rgb(44,85,91); }

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