Html Css Color HEX #27524F Dark Slate Grey

📋 copy color: '#27524F'

red 39 ◦ green 82 ◦ blue 79

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

Shades of Dark Slate Grey #27524F

Tints of Dark Slate Grey #27524F

RGB

 RED value IS 39 (15.63% from 255) = 19.5%

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

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

R = 19.5%
G = 41%
B = 39.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#27524F (or 0x27524F) is known color: Dark Slate Grey. HEX triplet: 27, 52 and 4F. RGB value is (39,82,79). Sum of RGB (Red+Green+Blue) = 39+82+79=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #27524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27524F is #D8ADB0. Grayscale: #444444. Windows color (decimal): -14200241 or 5198375. OLE color: 5198375.

HSL color Cylindrical-coordinate representation of color #27524F: hue angle of 175.81º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27524F is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 82 79 -
CMYK 0.52 0 0.04 0.68
HSL 175.81º 0.36% 0.24% -
HSV(B) 175.81º 0.52% 0.32% -
XYZ 5.27 7.03 8.48 -
YUV 68.8 133.75 106.74 -
System Red Green Blue C M Y K H S L
Decimal 39 82 79 0.52 0 0.04 0.68 175.81 0.36 0.24
Hex 27 52 4F 34 0 4 44 B0 24 18
Octal 47 122 117 64 0 4 104 260 44 30
Binary 100111 1010010 1001111 110100 0 100 1000100 10110000 100100 11000

Color Harmonies of #27524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27524F

Black with #27524F

Text Example


Text Example

White with #27524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27524F; }

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

 H1.HeaderClassName
 {
   color: #27524F;
 }
 .AnyTagClassName
 {
   color: #27524F;
 }
</style>

background-color css

<style>
 a { background-color: #27524F; }

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

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

border-color css

<style>
 span { border-color: #27524F; }

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

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