Html Css Color HEX #27595C Dark Slate Grey

📋 copy color: '#27595C'

red 39 ◦ green 89 ◦ blue 92

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

Shades of Dark Slate Grey #27595C

Tints of Dark Slate Grey #27595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.45%

 BLUE value IS 92 (36.33% from 255) = 41.82%

R = 17.73%
G = 40.45%
B = 41.82%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27595C (or 0x27595C) is known color: Dark Slate Grey. HEX triplet: 27, 59 and 5C. RGB value is (39,89,92). Sum of RGB (Red+Green+Blue) = 39+89+92=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #27595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27595C is #D8A6A3. Grayscale: #4A4A4A. Windows color (decimal): -14198436 or 6052135. OLE color: 6052135.

HSL color Cylindrical-coordinate representation of color #27595C: hue angle of 183.4º degrees, saturation: 0.4, 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 #27595C is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 89 92 -
CMYK 0.58 0.03 0 0.64
HSL 183.4º 0.4% 0.26% -
HSV(B) 183.4º 0.58% 0.36% -
XYZ 6.34 8.35 11.4 -
YUV 74.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 39 89 92 0.58 0.03 0 0.64 183.4 0.4 0.26
Hex 27 59 5C 3A 3 0 40 B7 28 1A
Octal 47 131 134 72 3 0 100 267 50 32
Binary 100111 1011001 1011100 111010 11 0 1000000 10110111 101000 11010

Color Harmonies of #27595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27595C

Black with #27595C

Text Example


Text Example

White with #27595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27595C; }

 p { color: rgb(39,89,92); }

 H1.HeaderClassName
 {
   color: #27595C;
 }
 .AnyTagClassName
 {
   color: #27595C;
 }
</style>

background-color css

<style>
 a { background-color: #27595C; }

 a { background-color: rgb(39,89,92); }

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

border-color css

<style>
 span { border-color: #27595C; }

 span { border-color: rgb(39,89,92); }

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