Html Css Color HEX #455452 Dark Slate

📋 copy color: '#455452'

red 69 ◦ green 84 ◦ blue 82

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

Shades of Dark Slate #455452

Tints of Dark Slate #455452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 29.36%
G = 35.74%
B = 34.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#455452 (or 0x455452) is known color: Dark Slate. HEX triplet: 45, 54 and 52. RGB value is (69,84,82). Sum of RGB (Red+Green+Blue) = 69+84+82=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #455452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455452 is #BAABAD. Grayscale: #4F4F4F. Windows color (decimal): -12233646 or 5395525. OLE color: 5395525.

HSL color Cylindrical-coordinate representation of color #455452: hue angle of 172º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #455452 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 82 -
CMYK 0.18 0 0.02 0.67
HSL 172º 0.1% 0.3% -
HSV(B) 172º 0.18% 0.33% -
XYZ 7.15 8.22 9.19 -
YUV 79.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 69 84 82 0.18 0 0.02 0.67 172 0.1 0.3
Hex 45 54 52 12 0 2 43 AC A 1E
Octal 105 124 122 22 0 2 103 254 12 36
Binary 1000101 1010100 1010010 10010 0 10 1000011 10101100 1010 11110

Color Harmonies of #455452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455452

Black with #455452

Text Example


Text Example

White with #455452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455452; }

 p { color: rgb(69,84,82); }

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

background-color css

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

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

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

border-color css

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

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

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