Html Css Color HEX #275658 Dark Slate Grey

📋 copy color: '#275658'

red 39 ◦ green 86 ◦ blue 88

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

Shades of Dark Slate Grey #275658

Tints of Dark Slate Grey #275658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.38%

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

R = 18.31%
G = 40.38%
B = 41.31%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#275658 (or 0x275658) is known color: Dark Slate Grey. HEX triplet: 27, 56 and 58. RGB value is (39,86,88). Sum of RGB (Red+Green+Blue) = 39+86+88=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #275658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275658 is #D8A9A7. Grayscale: #484848. Windows color (decimal): -14199208 or 5789223. OLE color: 5789223.

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

Color convert

RGB 39 86 88 -
CMYK 0.56 0.02 0 0.65
HSL 182.45º 0.39% 0.25% -
HSV(B) 182.45º 0.56% 0.35% -
XYZ 5.93 7.79 10.42 -
YUV 72.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 39 86 88 0.56 0.02 0 0.65 182.45 0.39 0.25
Hex 27 56 58 38 2 0 41 B6 27 19
Octal 47 126 130 70 2 0 101 266 47 31
Binary 100111 1010110 1011000 111000 10 0 1000001 10110110 100111 11001

Color Harmonies of #275658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275658

Black with #275658

Text Example


Text Example

White with #275658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275658; }

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

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

background-color css

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

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

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

border-color css

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

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

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