Html Css Color HEX #2B5A58 Dark Slate Grey

📋 copy color: '#2B5A58'

red 43 ◦ green 90 ◦ blue 88

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

Shades of Dark Slate Grey #2B5A58

Tints of Dark Slate Grey #2B5A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.72%

 BLUE value IS 88 (34.77% from 255) = 39.82%

R = 19.46%
G = 40.72%
B = 39.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#2B5A58 (or 0x2B5A58) is known color: Dark Slate Grey. HEX triplet: 2B, 5A and 58. RGB value is (43,90,88). Sum of RGB (Red+Green+Blue) = 43+90+88=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5A58 is #D4A5A7. Grayscale: #4B4B4B. Windows color (decimal): -13936040 or 5790251. OLE color: 5790251.

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

Color convert

RGB 43 90 88 -
CMYK 0.52 0 0.02 0.65
HSL 177.45º 0.35% 0.26% -
HSV(B) 177.45º 0.52% 0.35% -
XYZ 6.41 8.53 10.54 -
YUV 75.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 43 90 88 0.52 0 0.02 0.65 177.45 0.35 0.26
Hex 2B 5A 58 34 0 2 41 B1 23 1A
Octal 53 132 130 64 0 2 101 261 43 32
Binary 101011 1011010 1011000 110100 0 10 1000001 10110001 100011 11010

Color Harmonies of #2B5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A58

Black with #2B5A58

Text Example


Text Example

White with #2B5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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