Html Css Color HEX #275859 Dark Slate Grey

📋 copy color: '#275859'

red 39 ◦ green 88 ◦ blue 89

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

Shades of Dark Slate Grey #275859

Tints of Dark Slate Grey #275859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 18.06%
G = 40.74%
B = 41.2%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#275859 (or 0x275859) is known color: Dark Slate Grey. HEX triplet: 27, 58 and 59. RGB value is (39,88,89). Sum of RGB (Red+Green+Blue) = 39+88+89=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #275859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275859 is #D8A7A6. Grayscale: #494949. Windows color (decimal): -14198695 or 5855271. OLE color: 5855271.

HSL color Cylindrical-coordinate representation of color #275859: hue angle of 181.2º 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 #275859 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 88 89 -
CMYK 0.56 0.01 0 0.65
HSL 181.2º 0.39% 0.25% -
HSV(B) 181.2º 0.56% 0.35% -
XYZ 6.13 8.13 10.7 -
YUV 73.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 39 88 89 0.56 0.01 0 0.65 181.2 0.39 0.25
Hex 27 58 59 38 1 0 41 B5 27 19
Octal 47 130 131 70 1 0 101 265 47 31
Binary 100111 1011000 1011001 111000 1 0 1000001 10110101 100111 11001

Color Harmonies of #275859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275859

Black with #275859

Text Example


Text Example

White with #275859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275859; }

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

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

background-color css

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

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

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

border-color css

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

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

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