Html Css Color HEX #455E5C Dark Slate

📋 copy color: '#455E5C'

red 69 ◦ green 94 ◦ blue 92

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

Shades of Dark Slate #455E5C

Tints of Dark Slate #455E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.86%

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

R = 27.06%
G = 36.86%
B = 36.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#455E5C (or 0x455E5C) is known color: Dark Slate. HEX triplet: 45, 5E and 5C. RGB value is (69,94,92). Sum of RGB (Red+Green+Blue) = 69+94+92=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #455E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E5C is #BAA1A3. Grayscale: #565656. Windows color (decimal): -12231076 or 6053445. OLE color: 6053445.

HSL color Cylindrical-coordinate representation of color #455E5C: hue angle of 175.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455E5C is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 94 92 -
CMYK 0.27 0 0.02 0.63
HSL 175.2º 0.15% 0.32% -
HSV(B) 175.2º 0.27% 0.37% -
XYZ 8.39 10.04 11.62 -
YUV 86.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 69 94 92 0.27 0 0.02 0.63 175.2 0.15 0.32
Hex 45 5E 5C 1B 0 2 3F AF F 20
Octal 105 136 134 33 0 2 77 257 17 40
Binary 1000101 1011110 1011100 11011 0 10 111111 10101111 1111 100000

Color Harmonies of #455E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455E5C

Black with #455E5C

Text Example


Text Example

White with #455E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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