Html Css Color HEX #275651 Dark Slate Grey

📋 copy color: '#275651'

red 39 ◦ green 86 ◦ blue 81

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

Shades of Dark Slate Grey #275651

Tints of Dark Slate Grey #275651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.32%

R = 18.93%
G = 41.75%
B = 39.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#275651 (or 0x275651) is known color: Dark Slate Grey. HEX triplet: 27, 56 and 51. RGB value is (39,86,81). Sum of RGB (Red+Green+Blue) = 39+86+81=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #275651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275651 is #D8A9AE. Grayscale: #474747. Windows color (decimal): -14199215 or 5330471. OLE color: 5330471.

HSL color Cylindrical-coordinate representation of color #275651: hue angle of 173.62º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275651 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 39 86 81 -
CMYK 0.55 0 0.06 0.66
HSL 173.62º 0.38% 0.25% -
HSV(B) 173.62º 0.55% 0.34% -
XYZ 5.65 7.68 8.97 -
YUV 71.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 39 86 81 0.55 0 0.06 0.66 173.62 0.38 0.25
Hex 27 56 51 37 0 6 42 AE 26 19
Octal 47 126 121 67 0 6 102 256 46 31
Binary 100111 1010110 1010001 110111 0 110 1000010 10101110 100110 11001

Color Harmonies of #275651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275651

Black with #275651

Text Example


Text Example

White with #275651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275651; }

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

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

background-color css

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

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

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

border-color css

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

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

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