Html Css Color HEX #27575D Dark Slate Grey

📋 copy color: '#27575D'

red 39 ◦ green 87 ◦ blue 93

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

Shades of Dark Slate Grey #27575D

Tints of Dark Slate Grey #27575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.73%

 BLUE value IS 93 (36.72% from 255) = 42.47%

R = 17.81%
G = 39.73%
B = 42.47%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27575D (or 0x27575D) is known color: Dark Slate Grey. HEX triplet: 27, 57 and 5D. RGB value is (39,87,93). Sum of RGB (Red+Green+Blue) = 39+87+93=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #27575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27575D is #D8A8A2. Grayscale: #494949. Windows color (decimal): -14198947 or 6117159. OLE color: 6117159.

HSL color Cylindrical-coordinate representation of color #27575D: hue angle of 186.67º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27575D is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 87 93 -
CMYK 0.58 0.06 0 0.64
HSL 186.67º 0.41% 0.26% -
HSV(B) 186.67º 0.58% 0.36% -
XYZ 6.22 8.04 11.58 -
YUV 73.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 39 87 93 0.58 0.06 0 0.64 186.67 0.41 0.26
Hex 27 57 5D 3A 6 0 40 BB 29 1A
Octal 47 127 135 72 6 0 100 273 51 32
Binary 100111 1010111 1011101 111010 110 0 1000000 10111011 101001 11010

Color Harmonies of #27575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27575D

Black with #27575D

Text Example


Text Example

White with #27575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27575D; }

 p { color: rgb(39,87,93); }

 H1.HeaderClassName
 {
   color: #27575D;
 }
 .AnyTagClassName
 {
   color: #27575D;
 }
</style>

background-color css

<style>
 a { background-color: #27575D; }

 a { background-color: rgb(39,87,93); }

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

border-color css

<style>
 span { border-color: #27575D; }

 span { border-color: rgb(39,87,93); }

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