Html Css Color HEX #27565C Dark Slate Grey

📋 copy color: '#27565C'

red 39 ◦ green 86 ◦ blue 92

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

Shades of Dark Slate Grey #27565C

Tints of Dark Slate Grey #27565C

RGB

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

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

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

R = 17.97%
G = 39.63%
B = 42.4%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27565C (or 0x27565C) is known color: Dark Slate Grey. HEX triplet: 27, 56 and 5C. RGB value is (39,86,92). Sum of RGB (Red+Green+Blue) = 39+86+92=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #27565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27565C is #D8A9A3. Grayscale: #484848. Windows color (decimal): -14199204 or 6051367. OLE color: 6051367.

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

Color convert

RGB 39 86 92 -
CMYK 0.58 0.07 0 0.64
HSL 186.79º 0.4% 0.26% -
HSV(B) 186.79º 0.58% 0.36% -
XYZ 6.1 7.86 11.32 -
YUV 72.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 39 86 92 0.58 0.07 0 0.64 186.79 0.4 0.26
Hex 27 56 5C 3A 7 0 40 BB 28 1A
Octal 47 126 134 72 7 0 100 273 50 32
Binary 100111 1010110 1011100 111010 111 0 1000000 10111011 101000 11010

Color Harmonies of #27565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27565C

Black with #27565C

Text Example


Text Example

White with #27565C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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