Html Css Color HEX #455050 Dark Slate

📋 copy color: '#455050'

red 69 ◦ green 80 ◦ blue 80

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

Shades of Dark Slate #455050

Tints of Dark Slate #455050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 30.13%
G = 34.93%
B = 34.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#455050 (or 0x455050) is known color: Dark Slate. HEX triplet: 45, 50 and 50. RGB value is (69,80,80). Sum of RGB (Red+Green+Blue) = 69+80+80=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #455050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455050 is #BAAFAF. Grayscale: #4C4C4C. Windows color (decimal): -12234672 or 5263429. OLE color: 5263429.

HSL color Cylindrical-coordinate representation of color #455050: hue angle of 180º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #455050 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 80 -
CMYK 0.14 0 0 0.69
HSL 180º 0.07% 0.29% -
HSV(B) 180º 0.14% 0.31% -
XYZ 6.77 7.58 8.7 -
YUV 76.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 69 80 80 0.14 0 0 0.69 180 0.07 0.29
Hex 45 50 50 E 0 0 45 B4 7 1D
Octal 105 120 120 16 0 0 105 264 7 35
Binary 1000101 1010000 1010000 1110 0 0 1000101 10110100 111 11101

Color Harmonies of #455050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455050

Black with #455050

Text Example


Text Example

White with #455050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455050; }

 p { color: rgb(69,80,80); }

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

background-color css

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

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

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

border-color css

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

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

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