Html Css Color HEX #255659 Dark Slate Grey

📋 copy color: '#255659'

red 37 ◦ green 86 ◦ blue 89

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

Shades of Dark Slate Grey #255659

Tints of Dark Slate Grey #255659

RGB

 RED value IS 37 (14.84% from 255) = 17.45%

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

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

R = 17.45%
G = 40.57%
B = 41.98%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#255659 (or 0x255659) is known color: Dark Slate Grey. HEX triplet: 25, 56 and 59. RGB value is (37,86,89). Sum of RGB (Red+Green+Blue) = 37+86+89=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #255659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255659 is #DAA9A6. Grayscale: #474747. Windows color (decimal): -14330279 or 5854757. OLE color: 5854757.

HSL color Cylindrical-coordinate representation of color #255659: hue angle of 183.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255659 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 86 89 -
CMYK 0.58 0.03 0 0.65
HSL 183.46º 0.41% 0.25% -
HSV(B) 183.46º 0.58% 0.35% -
XYZ 5.89 7.77 10.64 -
YUV 71.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 37 86 89 0.58 0.03 0 0.65 183.46 0.41 0.25
Hex 25 56 59 3A 3 0 41 B7 29 19
Octal 45 126 131 72 3 0 101 267 51 31
Binary 100101 1010110 1011001 111010 11 0 1000001 10110111 101001 11001

Color Harmonies of #255659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255659

Black with #255659

Text Example


Text Example

White with #255659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255659; }

 p { color: rgb(37,86,89); }

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

background-color css

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

 a { background-color: rgb(37,86,89); }

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

border-color css

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

 span { border-color: rgb(37,86,89); }

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