Html Css Color HEX #295A57 Dark Slate Grey

📋 copy color: '#295A57'

red 41 ◦ green 90 ◦ blue 87

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

Shades of Dark Slate Grey #295A57

Tints of Dark Slate Grey #295A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.28%

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

R = 18.81%
G = 41.28%
B = 39.91%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#295A57 (or 0x295A57) is known color: Dark Slate Grey. HEX triplet: 29, 5A and 57. RGB value is (41,90,87). Sum of RGB (Red+Green+Blue) = 41+90+87=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #295A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A57 is #D6A5A8. Grayscale: #4A4A4A. Windows color (decimal): -14067113 or 5724713. OLE color: 5724713.

HSL color Cylindrical-coordinate representation of color #295A57: hue angle of 176.33º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A57 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 90 87 -
CMYK 0.54 0 0.03 0.65
HSL 176.33º 0.37% 0.26% -
HSV(B) 176.33º 0.54% 0.35% -
XYZ 6.29 8.47 10.32 -
YUV 75.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 41 90 87 0.54 0 0.03 0.65 176.33 0.37 0.26
Hex 29 5A 57 36 0 3 41 B0 25 1A
Octal 51 132 127 66 0 3 101 260 45 32
Binary 101001 1011010 1010111 110110 0 11 1000001 10110000 100101 11010

Color Harmonies of #295A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A57

Black with #295A57

Text Example


Text Example

White with #295A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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