Html Css Color HEX #1C524F Dark Slate Grey

📋 copy color: '#1C524F'

red 28 ◦ green 82 ◦ blue 79

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

Shades of Dark Slate Grey #1C524F

Tints of Dark Slate Grey #1C524F

RGB

 RED value IS 28 (11.33% from 255) = 14.81%

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

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

R = 14.81%
G = 43.39%
B = 41.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#1C524F (or 0x1C524F) is known color: Dark Slate Grey. HEX triplet: 1C, 52 and 4F. RGB value is (28,82,79). Sum of RGB (Red+Green+Blue) = 28+82+79=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #1C524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C524F is #E3ADB0. Grayscale: #414141. Windows color (decimal): -14921137 or 5198364. OLE color: 5198364.

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

Color convert

RGB 28 82 79 -
CMYK 0.66 0 0.04 0.68
HSL 176.67º 0.49% 0.22% -
HSV(B) 176.67º 0.66% 0.32% -
XYZ 4.91 6.85 8.46 -
YUV 65.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 28 82 79 0.66 0 0.04 0.68 176.67 0.49 0.22
Hex 1C 52 4F 42 0 4 44 B1 31 16
Octal 34 122 117 102 0 4 104 261 61 26
Binary 11100 1010010 1001111 1000010 0 100 1000100 10110001 110001 10110

Color Harmonies of #1C524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C524F

Black with #1C524F

Text Example


Text Example

White with #1C524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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