Html Css Color HEX #2B5054 Dark Slate Grey

📋 copy color: '#2B5054'

red 43 ◦ green 80 ◦ blue 84

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

Shades of Dark Slate Grey #2B5054

Tints of Dark Slate Grey #2B5054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.65%

 BLUE value IS 84 (33.2% from 255) = 40.58%

R = 20.77%
G = 38.65%
B = 40.58%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2B5054 (or 0x2B5054) is known color: Dark Slate Grey. HEX triplet: 2B, 50 and 54. RGB value is (43,80,84). Sum of RGB (Red+Green+Blue) = 43+80+84=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #2B5054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5054 is #D4AFAB. Grayscale: #454545. Windows color (decimal): -13938604 or 5525547. OLE color: 5525547.

HSL color Cylindrical-coordinate representation of color #2B5054: hue angle of 185.85º degrees, saturation: 0.32, 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 #2B5054 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 80 84 -
CMYK 0.49 0.05 0 0.67
HSL 185.85º 0.32% 0.25% -
HSV(B) 185.85º 0.49% 0.33% -
XYZ 5.47 6.89 9.43 -
YUV 69.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 43 80 84 0.49 0.05 0 0.67 185.85 0.32 0.25
Hex 2B 50 54 31 5 0 43 BA 20 19
Octal 53 120 124 61 5 0 103 272 40 31
Binary 101011 1010000 1010100 110001 101 0 1000011 10111010 100000 11001

Color Harmonies of #2B5054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5054

Black with #2B5054

Text Example


Text Example

White with #2B5054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,80,84); }

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

background-color css

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

 a { background-color: rgb(43,80,84); }

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

border-color css

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

 span { border-color: rgb(43,80,84); }

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