Html Css Color HEX #255858 Dark Slate Grey

📋 copy color: '#255858'

red 37 ◦ green 88 ◦ blue 88

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

Shades of Dark Slate Grey #255858

Tints of Dark Slate Grey #255858

RGB

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

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

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

R = 17.37%
G = 41.31%
B = 41.31%

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

#255858 (or 0x255858) is known color: Dark Slate Grey. HEX triplet: 25, 58 and 58. RGB value is (37,88,88). Sum of RGB (Red+Green+Blue) = 37+88+88=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #255858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255858 is #DAA7A7. Grayscale: #484848. Windows color (decimal): -14329768 or 5789733. OLE color: 5789733.

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

Color convert

RGB 37 88 88 -
CMYK 0.58 0 0 0.65
HSL 180º 0.41% 0.25% -
HSV(B) 180º 0.58% 0.35% -
XYZ 6.01 8.08 10.47 -
YUV 72.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 37 88 88 0.58 0 0 0.65 180 0.41 0.25
Hex 25 58 58 3A 0 0 41 B4 29 19
Octal 45 130 130 72 0 0 101 264 51 31
Binary 100101 1011000 1011000 111010 0 0 1000001 10110100 101001 11001

Color Harmonies of #255858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255858

Black with #255858

Text Example


Text Example

White with #255858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255858; }

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

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

background-color css

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

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

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

border-color css

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

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

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