Html Css Color HEX #295254 Dark Slate Grey

📋 copy color: '#295254'

red 41 ◦ green 82 ◦ blue 84

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

Shades of Dark Slate Grey #295254

Tints of Dark Slate Grey #295254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.58%

R = 19.81%
G = 39.61%
B = 40.58%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#295254 (or 0x295254) is known color: Dark Slate Grey. HEX triplet: 29, 52 and 54. RGB value is (41,82,84). Sum of RGB (Red+Green+Blue) = 41+82+84=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #295254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295254 is #D6ADAB. Grayscale: #454545. Windows color (decimal): -14069164 or 5526057. OLE color: 5526057.

HSL color Cylindrical-coordinate representation of color #295254: hue angle of 182.79º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295254 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 82 84 -
CMYK 0.51 0.02 0 0.67
HSL 182.79º 0.34% 0.25% -
HSV(B) 182.79º 0.51% 0.33% -
XYZ 5.53 7.15 9.48 -
YUV 69.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 41 82 84 0.51 0.02 0 0.67 182.79 0.34 0.25
Hex 29 52 54 33 2 0 43 B7 22 19
Octal 51 122 124 63 2 0 103 267 42 31
Binary 101001 1010010 1010100 110011 10 0 1000011 10110111 100010 11001

Color Harmonies of #295254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295254

Black with #295254

Text Example


Text Example

White with #295254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295254; }

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

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

background-color css

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

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

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

border-color css

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

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

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