Html Css Color HEX #27585B Dark Slate Grey

📋 copy color: '#27585B'

red 39 ◦ green 88 ◦ blue 91

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

Shades of Dark Slate Grey #27585B

Tints of Dark Slate Grey #27585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

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

R = 17.89%
G = 40.37%
B = 41.74%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27585B (or 0x27585B) is known color: Dark Slate Grey. HEX triplet: 27, 58 and 5B. RGB value is (39,88,91). Sum of RGB (Red+Green+Blue) = 39+88+91=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #27585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27585B is #D8A7A4. Grayscale: #494949. Windows color (decimal): -14198693 or 5986343. OLE color: 5986343.

HSL color Cylindrical-coordinate representation of color #27585B: hue angle of 183.46º 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 #27585B is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 88 91 -
CMYK 0.57 0.03 0 0.64
HSL 183.46º 0.4% 0.25% -
HSV(B) 183.46º 0.57% 0.36% -
XYZ 6.21 8.17 11.15 -
YUV 73.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 39 88 91 0.57 0.03 0 0.64 183.46 0.4 0.25
Hex 27 58 5B 39 3 0 40 B7 28 19
Octal 47 130 133 71 3 0 100 267 50 31
Binary 100111 1011000 1011011 111001 11 0 1000000 10110111 101000 11001

Color Harmonies of #27585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27585B

Black with #27585B

Text Example


Text Example

White with #27585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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