Html Css Color HEX #295257 Dark Slate Grey

📋 copy color: '#295257'

red 41 ◦ green 82 ◦ blue 87

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

Shades of Dark Slate Grey #295257

Tints of Dark Slate Grey #295257

RGB

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

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

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

R = 19.52%
G = 39.05%
B = 41.43%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#295257 (or 0x295257) is known color: Dark Slate Grey. HEX triplet: 29, 52 and 57. RGB value is (41,82,87). Sum of RGB (Red+Green+Blue) = 41+82+87=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #295257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295257 is #D6ADA8. Grayscale: #464646. Windows color (decimal): -14069161 or 5722665. OLE color: 5722665.

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

Color convert

RGB 41 82 87 -
CMYK 0.53 0.06 0 0.66
HSL 186.52º 0.36% 0.25% -
HSV(B) 186.52º 0.53% 0.34% -
XYZ 5.65 7.19 10.11 -
YUV 70.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 41 82 87 0.53 0.06 0 0.66 186.52 0.36 0.25
Hex 29 52 57 35 6 0 42 BB 24 19
Octal 51 122 127 65 6 0 102 273 44 31
Binary 101001 1010010 1010111 110101 110 0 1000010 10111011 100100 11001

Color Harmonies of #295257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295257

Black with #295257

Text Example


Text Example

White with #295257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295257; }

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

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

background-color css

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

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

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

border-color css

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

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

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