Html Css Color HEX #255358 Dark Slate Grey

📋 copy color: '#255358'

red 37 ◦ green 83 ◦ blue 88

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

Shades of Dark Slate Grey #255358

Tints of Dark Slate Grey #255358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.9%

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

R = 17.79%
G = 39.9%
B = 42.31%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#255358 (or 0x255358) is known color: Dark Slate Grey. HEX triplet: 25, 53 and 58. RGB value is (37,83,88). Sum of RGB (Red+Green+Blue) = 37+83+88=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #255358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255358 is #DAACA7. Grayscale: #454545. Windows color (decimal): -14331048 or 5788453. OLE color: 5788453.

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

Color convert

RGB 37 83 88 -
CMYK 0.58 0.06 0 0.65
HSL 185.88º 0.41% 0.25% -
HSV(B) 185.88º 0.58% 0.35% -
XYZ 5.62 7.28 10.34 -
YUV 69.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 37 83 88 0.58 0.06 0 0.65 185.88 0.41 0.25
Hex 25 53 58 3A 6 0 41 BA 29 19
Octal 45 123 130 72 6 0 101 272 51 31
Binary 100101 1010011 1011000 111010 110 0 1000001 10111010 101001 11001

Color Harmonies of #255358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255358

Black with #255358

Text Example


Text Example

White with #255358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255358; }

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

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

background-color css

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

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

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

border-color css

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

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

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