Html Css Color HEX #275554 Dark Slate Grey

📋 copy color: '#275554'

red 39 ◦ green 85 ◦ blue 84

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

Shades of Dark Slate Grey #275554

Tints of Dark Slate Grey #275554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 84 (33.2% from 255) = 40.38%

R = 18.75%
G = 40.87%
B = 40.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#275554 (or 0x275554) is known color: Dark Slate Grey. HEX triplet: 27, 55 and 54. RGB value is (39,85,84). Sum of RGB (Red+Green+Blue) = 39+85+84=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #275554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275554 is #D8AAAB. Grayscale: #474747. Windows color (decimal): -14199468 or 5526823. OLE color: 5526823.

HSL color Cylindrical-coordinate representation of color #275554: hue angle of 178.7º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275554 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 85 84 -
CMYK 0.54 0 0.01 0.67
HSL 178.7º 0.37% 0.24% -
HSV(B) 178.7º 0.54% 0.33% -
XYZ 5.69 7.57 9.55 -
YUV 71.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 39 85 84 0.54 0 0.01 0.67 178.7 0.37 0.24
Hex 27 55 54 36 0 1 43 B3 25 18
Octal 47 125 124 66 0 1 103 263 45 30
Binary 100111 1010101 1010100 110110 0 1 1000011 10110011 100101 11000

Color Harmonies of #275554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275554

Black with #275554

Text Example


Text Example

White with #275554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275554; }

 p { color: rgb(39,85,84); }

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

background-color css

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

 a { background-color: rgb(39,85,84); }

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

border-color css

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

 span { border-color: rgb(39,85,84); }

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