Html Css Color HEX #27554F Dark Slate Grey

📋 copy color: '#27554F'

red 39 ◦ green 85 ◦ blue 79

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

Shades of Dark Slate Grey #27554F

Tints of Dark Slate Grey #27554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 19.21%
G = 41.87%
B = 38.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#27554F (or 0x27554F) is known color: Dark Slate Grey. HEX triplet: 27, 55 and 4F. RGB value is (39,85,79). Sum of RGB (Red+Green+Blue) = 39+85+79=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #27554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27554F is #D8AAB0. Grayscale: #464646. Windows color (decimal): -14199473 or 5199143. OLE color: 5199143.

HSL color Cylindrical-coordinate representation of color #27554F: hue angle of 172.17º 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 #27554F is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 85 79 -
CMYK 0.54 0 0.07 0.67
HSL 172.17º 0.37% 0.24% -
HSV(B) 172.17º 0.54% 0.33% -
XYZ 5.5 7.49 8.55 -
YUV 70.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 39 85 79 0.54 0 0.07 0.67 172.17 0.37 0.24
Hex 27 55 4F 36 0 7 43 AC 25 18
Octal 47 125 117 66 0 7 103 254 45 30
Binary 100111 1010101 1001111 110110 0 111 1000011 10101100 100101 11000

Color Harmonies of #27554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27554F

Black with #27554F

Text Example


Text Example

White with #27554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27554F; }

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

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

background-color css

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

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

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

border-color css

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

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

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