Html Css Color HEX #255559 Dark Slate Grey

📋 copy color: '#255559'

red 37 ◦ green 85 ◦ blue 89

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

Shades of Dark Slate Grey #255559

Tints of Dark Slate Grey #255559

RGB

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

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

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

R = 17.54%
G = 40.28%
B = 42.18%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#255559 (or 0x255559) is known color: Dark Slate Grey. HEX triplet: 25, 55 and 59. RGB value is (37,85,89). Sum of RGB (Red+Green+Blue) = 37+85+89=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #255559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255559 is #DAAAA6. Grayscale: #474747. Windows color (decimal): -14330535 or 5854501. OLE color: 5854501.

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

Color convert

RGB 37 85 89 -
CMYK 0.58 0.04 0 0.65
HSL 184.62º 0.41% 0.25% -
HSV(B) 184.62º 0.58% 0.35% -
XYZ 5.81 7.61 10.61 -
YUV 71.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 37 85 89 0.58 0.04 0 0.65 184.62 0.41 0.25
Hex 25 55 59 3A 4 0 41 B9 29 19
Octal 45 125 131 72 4 0 101 271 51 31
Binary 100101 1010101 1011001 111010 100 0 1000001 10111001 101001 11001

Color Harmonies of #255559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255559

Black with #255559

Text Example


Text Example

White with #255559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255559; }

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

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

background-color css

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

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

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

border-color css

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

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

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