Html Css Color HEX #2C524F Dark Slate Grey

📋 copy color: '#2C524F'

red 44 ◦ green 82 ◦ blue 79

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

Shades of Dark Slate Grey #2C524F

Tints of Dark Slate Grey #2C524F

RGB

 RED value IS 44 (17.58% from 255) = 21.46%

 GREEN value IS 82 (32.42% from 255) = 40%

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 21.46%
G = 40%
B = 38.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#2C524F (or 0x2C524F) is known color: Dark Slate Grey. HEX triplet: 2C, 52 and 4F. RGB value is (44,82,79). Sum of RGB (Red+Green+Blue) = 44+82+79=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #2C524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C524F is #D3ADB0. Grayscale: #464646. Windows color (decimal): -13872561 or 5198380. OLE color: 5198380.

HSL color Cylindrical-coordinate representation of color #2C524F: hue angle of 175.26º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C524F is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 82 79 -
CMYK 0.46 0 0.04 0.68
HSL 175.26º 0.3% 0.25% -
HSV(B) 175.26º 0.46% 0.32% -
XYZ 5.47 7.13 8.49 -
YUV 70.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 44 82 79 0.46 0 0.04 0.68 175.26 0.3 0.25
Hex 2C 52 4F 2E 0 4 44 AF 1E 19
Octal 54 122 117 56 0 4 104 257 36 31
Binary 101100 1010010 1001111 101110 0 100 1000100 10101111 11110 11001

Color Harmonies of #2C524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C524F

Black with #2C524F

Text Example


Text Example

White with #2C524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,82,79); }

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

background-color css

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

 a { background-color: rgb(44,82,79); }

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

border-color css

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

 span { border-color: rgb(44,82,79); }

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