Html Css Color HEX #255959 Dark Slate Grey

📋 copy color: '#255959'

red 37 ◦ green 89 ◦ blue 89

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

Shades of Dark Slate Grey #255959

Tints of Dark Slate Grey #255959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.4%

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

R = 17.21%
G = 41.4%
B = 41.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#255959 (or 0x255959) is known color: Dark Slate Grey. HEX triplet: 25, 59 and 59. RGB value is (37,89,89). Sum of RGB (Red+Green+Blue) = 37+89+89=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #255959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255959 is #DAA6A6. Grayscale: #494949. Windows color (decimal): -14329511 or 5855525. OLE color: 5855525.

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

Color convert

RGB 37 89 89 -
CMYK 0.58 0 0 0.65
HSL 180º 0.41% 0.25% -
HSV(B) 180º 0.58% 0.35% -
XYZ 6.14 8.26 10.72 -
YUV 73.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 37 89 89 0.58 0 0 0.65 180 0.41 0.25
Hex 25 59 59 3A 0 0 41 B4 29 19
Octal 45 131 131 72 0 0 101 264 51 31
Binary 100101 1011001 1011001 111010 0 0 1000001 10110100 101001 11001

Color Harmonies of #255959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255959

Black with #255959

Text Example


Text Example

White with #255959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255959; }

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

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

background-color css

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

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

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

border-color css

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

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

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