Html Css Color HEX #255855 Dark Slate Grey

📋 copy color: '#255855'

red 37 ◦ green 88 ◦ blue 85

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

Shades of Dark Slate Grey #255855

Tints of Dark Slate Grey #255855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.9%

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 17.62%
G = 41.9%
B = 40.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#255855 (or 0x255855) is known color: Dark Slate Grey. HEX triplet: 25, 58 and 55. RGB value is (37,88,85). Sum of RGB (Red+Green+Blue) = 37+88+85=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #255855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255855 is #DAA7AA. Grayscale: #484848. Windows color (decimal): -14329771 or 5593125. OLE color: 5593125.

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

Color convert

RGB 37 88 85 -
CMYK 0.58 0 0.03 0.65
HSL 176.47º 0.41% 0.25% -
HSV(B) 176.47º 0.58% 0.35% -
XYZ 5.89 8.03 9.83 -
YUV 72.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 37 88 85 0.58 0 0.03 0.65 176.47 0.41 0.25
Hex 25 58 55 3A 0 3 41 B0 29 19
Octal 45 130 125 72 0 3 101 260 51 31
Binary 100101 1011000 1010101 111010 0 11 1000001 10110000 101001 11001

Color Harmonies of #255855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255855

Black with #255855

Text Example


Text Example

White with #255855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255855; }

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

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

background-color css

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

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

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

border-color css

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

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

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