Html Css Color HEX #295857 Dark Slate Grey

📋 copy color: '#295857'

red 41 ◦ green 88 ◦ blue 87

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

Shades of Dark Slate Grey #295857

Tints of Dark Slate Grey #295857

RGB

 RED value IS 41 (16.41% from 255) = 18.98%

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

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

R = 18.98%
G = 40.74%
B = 40.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#295857 (or 0x295857) is known color: Dark Slate Grey. HEX triplet: 29, 58 and 57. RGB value is (41,88,87). Sum of RGB (Red+Green+Blue) = 41+88+87=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #295857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295857 is #D6A7A8. Grayscale: #494949. Windows color (decimal): -14067625 or 5724201. OLE color: 5724201.

HSL color Cylindrical-coordinate representation of color #295857: hue angle of 178.72º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295857 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 88 87 -
CMYK 0.53 0 0.01 0.65
HSL 178.72º 0.36% 0.25% -
HSV(B) 178.72º 0.53% 0.35% -
XYZ 6.12 8.14 10.27 -
YUV 73.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 41 88 87 0.53 0 0.01 0.65 178.72 0.36 0.25
Hex 29 58 57 35 0 1 41 B3 24 19
Octal 51 130 127 65 0 1 101 263 44 31
Binary 101001 1011000 1010111 110101 0 1 1000001 10110011 100100 11001

Color Harmonies of #295857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295857

Black with #295857

Text Example


Text Example

White with #295857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295857; }

 p { color: rgb(41,88,87); }

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

background-color css

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

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

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

border-color css

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

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

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