Html Css Color HEX #455D5C Dark Slate

📋 copy color: '#455D5C'

red 69 ◦ green 93 ◦ blue 92

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

Shades of Dark Slate #455D5C

Tints of Dark Slate #455D5C

RGB

 RED value IS 69 (27.34% from 255) = 27.17%

 GREEN value IS 93 (36.72% from 255) = 36.61%

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 27.17%
G = 36.61%
B = 36.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#455D5C (or 0x455D5C) is known color: Dark Slate. HEX triplet: 45, 5D and 5C. RGB value is (69,93,92). Sum of RGB (Red+Green+Blue) = 69+93+92=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 93 - color contains mainly: green. Hex color #455D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D5C is #BAA2A3. Grayscale: #555555. Windows color (decimal): -12231332 or 6053189. OLE color: 6053189.

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

Color convert

RGB 69 93 92 -
CMYK 0.26 0 0.01 0.64
HSL 177.5º 0.15% 0.32% -
HSV(B) 177.5º 0.26% 0.36% -
XYZ 8.3 9.87 11.59 -
YUV 85.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 69 93 92 0.26 0 0.01 0.64 177.5 0.15 0.32
Hex 45 5D 5C 1A 0 1 40 B2 F 20
Octal 105 135 134 32 0 1 100 262 17 40
Binary 1000101 1011101 1011100 11010 0 1 1000000 10110010 1111 100000

Color Harmonies of #455D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D5C

Black with #455D5C

Text Example


Text Example

White with #455D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455D5C; }

 p { color: rgb(69,93,92); }

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

background-color css

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

 a { background-color: rgb(69,93,92); }

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

border-color css

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

 span { border-color: rgb(69,93,92); }

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