Html Css Color HEX #495C5A Dark Slate

📋 copy color: '#495C5A'

red 73 ◦ green 92 ◦ blue 90

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

Shades of Dark Slate #495C5A

Tints of Dark Slate #495C5A

RGB

 RED value IS 73 (28.91% from 255) = 28.63%

 GREEN value IS 92 (36.33% from 255) = 36.08%

 BLUE value IS 90 (35.55% from 255) = 35.29%

R = 28.63%
G = 36.08%
B = 35.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#495C5A (or 0x495C5A) is known color: Dark Slate. HEX triplet: 49, 5C and 5A. RGB value is (73,92,90). Sum of RGB (Red+Green+Blue) = 73+92+90=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 92 - color contains mainly: green. Hex color #495C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C5A is #B6A3A5. Grayscale: #565656. Windows color (decimal): -11969446 or 5921865. OLE color: 5921865.

HSL color Cylindrical-coordinate representation of color #495C5A: hue angle of 173.68º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495C5A is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 92 90 -
CMYK 0.21 0 0.02 0.64
HSL 173.68º 0.12% 0.32% -
HSV(B) 173.68º 0.21% 0.36% -
XYZ 8.42 9.81 11.12 -
YUV 86.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 73 92 90 0.21 0 0.02 0.64 173.68 0.12 0.32
Hex 49 5C 5A 15 0 2 40 AE C 20
Octal 111 134 132 25 0 2 100 256 14 40
Binary 1001001 1011100 1011010 10101 0 10 1000000 10101110 1100 100000

Color Harmonies of #495C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C5A

Black with #495C5A

Text Example


Text Example

White with #495C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495C5A; }

 p { color: rgb(73,92,90); }

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

background-color css

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

 a { background-color: rgb(73,92,90); }

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

border-color css

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

 span { border-color: rgb(73,92,90); }

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