Html Css Color HEX #27565B Dark Slate Grey

📋 copy color: '#27565B'

red 39 ◦ green 86 ◦ blue 91

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

Shades of Dark Slate Grey #27565B

Tints of Dark Slate Grey #27565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.81%

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

R = 18.06%
G = 39.81%
B = 42.13%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27565B (or 0x27565B) is known color: Dark Slate Grey. HEX triplet: 27, 56 and 5B. RGB value is (39,86,91). Sum of RGB (Red+Green+Blue) = 39+86+91=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #27565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27565B is #D8A9A4. Grayscale: #484848. Windows color (decimal): -14199205 or 5985831. OLE color: 5985831.

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

Color convert

RGB 39 86 91 -
CMYK 0.57 0.05 0 0.64
HSL 185.77º 0.4% 0.25% -
HSV(B) 185.77º 0.57% 0.36% -
XYZ 6.05 7.84 11.09 -
YUV 72.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 39 86 91 0.57 0.05 0 0.64 185.77 0.4 0.25
Hex 27 56 5B 39 5 0 40 BA 28 19
Octal 47 126 133 71 5 0 100 272 50 31
Binary 100111 1010110 1011011 111001 101 0 1000000 10111010 101000 11001

Color Harmonies of #27565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27565B

Black with #27565B

Text Example


Text Example

White with #27565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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