#2B5658

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

Shades of Dark Slate Grey #2B5658

Tints of Dark Slate Grey #2B5658

Color information

#2B5658 (or 0x2B5658) is unknown color: approx Dark Slate Grey. HEX triplet: 2B, 56 and 58. RGB value is (43,86,88). Sum of RGB (Red+Green+Blue) = 43+86+88=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B5658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5658 is #D4A9A7. Grayscale: #494949. Windows color (decimal): -13937064 or 5789227. OLE color: 5789227.

HSL color Cylindrical-coordinate representation of color #2B5658: hue angle of 182.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5658 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB438688-
CMYK0.510.0200.65
HSL182.67º34.35%25.69%-
HSV(B)182.67º51.14%34.51%-
XYZ6.097.8710.43-
YUV73.37136.25106.34-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=19.82%
G=39.63%
B=40.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4386880.510.0200.65182.6734.3525.69
Hex2B5658332041b7221a
Octal5312613063201012674232
Binary1010111010110101100011001110010000011011011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,86,88); }

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

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

 a { background-color: rgb(43,86,88); }

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

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

 span { border-color: rgb(43,86,88); }

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