Html Css Color HEX #275957 Dark Slate Grey

📋 copy color: '#275957'

red 39 ◦ green 89 ◦ blue 87

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

Shades of Dark Slate Grey #275957

Tints of Dark Slate Grey #275957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.47%

R = 18.14%
G = 41.4%
B = 40.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#275957 (or 0x275957) is known color: Dark Slate Grey. HEX triplet: 27, 59 and 57. RGB value is (39,89,87). Sum of RGB (Red+Green+Blue) = 39+89+87=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #275957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275957 is #D8A6A8. Grayscale: #494949. Windows color (decimal): -14198441 or 5724455. OLE color: 5724455.

HSL color Cylindrical-coordinate representation of color #275957: hue angle of 177.6º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275957 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 89 87 -
CMYK 0.56 0 0.02 0.65
HSL 177.6º 0.39% 0.25% -
HSV(B) 177.6º 0.56% 0.35% -
XYZ 6.13 8.26 10.29 -
YUV 73.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 39 89 87 0.56 0 0.02 0.65 177.6 0.39 0.25
Hex 27 59 57 38 0 2 41 B2 27 19
Octal 47 131 127 70 0 2 101 262 47 31
Binary 100111 1011001 1010111 111000 0 10 1000001 10110010 100111 11001

Color Harmonies of #275957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275957

Black with #275957

Text Example


Text Example

White with #275957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275957; }

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

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

background-color css

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

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

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

border-color css

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

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

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