Html Css Color HEX #27595B Dark Slate Grey

📋 copy color: '#27595B'

red 39 ◦ green 89 ◦ blue 91

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

Shades of Dark Slate Grey #27595B

Tints of Dark Slate Grey #27595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.55%

R = 17.81%
G = 40.64%
B = 41.55%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27595B (or 0x27595B) is known color: Dark Slate Grey. HEX triplet: 27, 59 and 5B. RGB value is (39,89,91). Sum of RGB (Red+Green+Blue) = 39+89+91=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #27595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27595B is #D8A6A4. Grayscale: #4A4A4A. Windows color (decimal): -14198437 or 5986599. OLE color: 5986599.

HSL color Cylindrical-coordinate representation of color #27595B: hue angle of 182.31º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27595B is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 89 91 -
CMYK 0.57 0.02 0 0.64
HSL 182.31º 0.4% 0.25% -
HSV(B) 182.31º 0.57% 0.36% -
XYZ 6.3 8.33 11.17 -
YUV 74.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 39 89 91 0.57 0.02 0 0.64 182.31 0.4 0.25
Hex 27 59 5B 39 2 0 40 B6 28 19
Octal 47 131 133 71 2 0 100 266 50 31
Binary 100111 1011001 1011011 111001 10 0 1000000 10110110 101000 11001

Color Harmonies of #27595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27595B

Black with #27595B

Text Example


Text Example

White with #27595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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