Html Css Color HEX #255257 Dark Slate Grey

📋 copy color: '#255257'

red 37 ◦ green 82 ◦ blue 87

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

Shades of Dark Slate Grey #255257

Tints of Dark Slate Grey #255257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.81%

 BLUE value IS 87 (34.38% from 255) = 42.23%

R = 17.96%
G = 39.81%
B = 42.23%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#255257 (or 0x255257) is known color: Dark Slate Grey. HEX triplet: 25, 52 and 57. RGB value is (37,82,87). Sum of RGB (Red+Green+Blue) = 37+82+87=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #255257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255257 is #DAADA8. Grayscale: #454545. Windows color (decimal): -14331305 or 5722661. OLE color: 5722661.

HSL color Cylindrical-coordinate representation of color #255257: hue angle of 186º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #255257 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 82 87 -
CMYK 0.57 0.06 0 0.66
HSL 186º 0.4% 0.24% -
HSV(B) 186º 0.57% 0.34% -
XYZ 5.5 7.12 10.1 -
YUV 69.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 37 82 87 0.57 0.06 0 0.66 186 0.4 0.24
Hex 25 52 57 39 6 0 42 BA 28 18
Octal 45 122 127 71 6 0 102 272 50 30
Binary 100101 1010010 1010111 111001 110 0 1000010 10111010 101000 11000

Color Harmonies of #255257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255257

Black with #255257

Text Example


Text Example

White with #255257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255257; }

 p { color: rgb(37,82,87); }

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

background-color css

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

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

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

border-color css

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

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

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