Html Css Color HEX #255155 Dark Slate Grey

📋 copy color: '#255155'

red 37 ◦ green 81 ◦ blue 85

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

Shades of Dark Slate Grey #255155

Tints of Dark Slate Grey #255155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.9%

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

R = 18.23%
G = 39.9%
B = 41.87%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#255155 (or 0x255155) is known color: Dark Slate Grey. HEX triplet: 25, 51 and 55. RGB value is (37,81,85). Sum of RGB (Red+Green+Blue) = 37+81+85=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #255155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255155 is #DAAEAA. Grayscale: #444444. Windows color (decimal): -14331563 or 5591333. OLE color: 5591333.

HSL color Cylindrical-coordinate representation of color #255155: hue angle of 185º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255155 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 81 85 -
CMYK 0.56 0.05 0 0.67
HSL 185º 0.39% 0.24% -
HSV(B) 185º 0.56% 0.33% -
XYZ 5.35 6.93 9.65 -
YUV 68.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 37 81 85 0.56 0.05 0 0.67 185 0.39 0.24
Hex 25 51 55 38 5 0 43 B9 27 18
Octal 45 121 125 70 5 0 103 271 47 30
Binary 100101 1010001 1010101 111000 101 0 1000011 10111001 100111 11000

Color Harmonies of #255155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255155

Black with #255155

Text Example


Text Example

White with #255155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255155; }

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

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

background-color css

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

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

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

border-color css

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

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

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