Html Css Color HEX #275558 Dark Slate Grey

📋 copy color: '#275558'

red 39 ◦ green 85 ◦ blue 88

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

Shades of Dark Slate Grey #275558

Tints of Dark Slate Grey #275558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 18.4%
G = 40.09%
B = 41.51%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#275558 (or 0x275558) is known color: Dark Slate Grey. HEX triplet: 27, 55 and 58. RGB value is (39,85,88). Sum of RGB (Red+Green+Blue) = 39+85+88=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #275558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275558 is #D8AAA7. Grayscale: #474747. Windows color (decimal): -14199464 or 5788967. OLE color: 5788967.

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

Color convert

RGB 39 85 88 -
CMYK 0.56 0.03 0 0.65
HSL 183.67º 0.39% 0.25% -
HSV(B) 183.67º 0.56% 0.35% -
XYZ 5.85 7.63 10.4 -
YUV 71.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 39 85 88 0.56 0.03 0 0.65 183.67 0.39 0.25
Hex 27 55 58 38 3 0 41 B8 27 19
Octal 47 125 130 70 3 0 101 270 47 31
Binary 100111 1010101 1011000 111000 11 0 1000001 10111000 100111 11001

Color Harmonies of #275558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275558

Black with #275558

Text Example


Text Example

White with #275558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275558; }

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

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

background-color css

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

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

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

border-color css

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

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

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