Html Css Color HEX #2B5553 Dark Slate Grey

📋 copy color: '#2B5553'

red 43 ◦ green 85 ◦ blue 83

#2B5553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #2B5553

Tints of Dark Slate Grey #2B5553

RGB

 RED value IS 43 (17.19% from 255) = 20.38%

 GREEN value IS 85 (33.59% from 255) = 40.28%

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 20.38%
G = 40.28%
B = 39.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#2B5553 (or 0x2B5553) is known color: Dark Slate Grey. HEX triplet: 2B, 55 and 53. RGB value is (43,85,83). Sum of RGB (Red+Green+Blue) = 43+85+83=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5553 is #D4AAAC. Grayscale: #484848. Windows color (decimal): -13937325 or 5461291. OLE color: 5461291.

HSL color Cylindrical-coordinate representation of color #2B5553: hue angle of 177.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5553 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 85 83 -
CMYK 0.49 0 0.02 0.67
HSL 177.14º 0.33% 0.25% -
HSV(B) 177.14º 0.49% 0.33% -
XYZ 5.81 7.64 9.35 -
YUV 72.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 43 85 83 0.49 0 0.02 0.67 177.14 0.33 0.25
Hex 2B 55 53 31 0 2 43 B1 21 19
Octal 53 125 123 61 0 2 103 261 41 31
Binary 101011 1010101 1010011 110001 0 10 1000011 10110001 100001 11001

Color Harmonies of #2B5553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5553

Black with #2B5553

Text Example


Text Example

White with #2B5553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,85,83); }

 H1.HeaderClassName
 {
   color: #2B5553;
 }
 .AnyTagClassName
 {
   color: #2B5553;
 }
</style>

background-color css

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

 a { background-color: rgb(43,85,83); }

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

border-color css

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

 span { border-color: rgb(43,85,83); }

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