Html Css Color HEX #295A5B Dark Slate Grey

📋 copy color: '#295A5B'

red 41 ◦ green 90 ◦ blue 91

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

Shades of Dark Slate Grey #295A5B

Tints of Dark Slate Grey #295A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 18.47%
G = 40.54%
B = 40.99%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#295A5B (or 0x295A5B) is known color: Dark Slate Grey. HEX triplet: 29, 5A and 5B. RGB value is (41,90,91). Sum of RGB (Red+Green+Blue) = 41+90+91=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #295A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A5B is #D6A5A4. Grayscale: #4B4B4B. Windows color (decimal): -14067109 or 5986857. OLE color: 5986857.

HSL color Cylindrical-coordinate representation of color #295A5B: hue angle of 181.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295A5B is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 90 91 -
CMYK 0.55 0.01 0 0.64
HSL 181.2º 0.38% 0.26% -
HSV(B) 181.2º 0.55% 0.36% -
XYZ 6.46 8.54 11.21 -
YUV 75.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 41 90 91 0.55 0.01 0 0.64 181.2 0.38 0.26
Hex 29 5A 5B 37 1 0 40 B5 26 1A
Octal 51 132 133 67 1 0 100 265 46 32
Binary 101001 1011010 1011011 110111 1 0 1000000 10110101 100110 11010

Color Harmonies of #295A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A5B

Black with #295A5B

Text Example


Text Example

White with #295A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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