Html Css Color HEX #455552 Dark Slate

📋 copy color: '#455552'

red 69 ◦ green 85 ◦ blue 82

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

Shades of Dark Slate #455552

Tints of Dark Slate #455552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

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

R = 29.24%
G = 36.02%
B = 34.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#455552 (or 0x455552) is known color: Dark Slate. HEX triplet: 45, 55 and 52. RGB value is (69,85,82). Sum of RGB (Red+Green+Blue) = 69+85+82=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #455552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455552 is #BAAAAD. Grayscale: #4F4F4F. Windows color (decimal): -12233390 or 5395781. OLE color: 5395781.

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

Color convert

RGB 69 85 82 -
CMYK 0.19 0 0.04 0.67
HSL 168.75º 0.1% 0.3% -
HSV(B) 168.75º 0.19% 0.33% -
XYZ 7.23 8.37 9.22 -
YUV 79.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 69 85 82 0.19 0 0.04 0.67 168.75 0.1 0.3
Hex 45 55 52 13 0 4 43 A9 A 1E
Octal 105 125 122 23 0 4 103 251 12 36
Binary 1000101 1010101 1010010 10011 0 100 1000011 10101001 1010 11110

Color Harmonies of #455552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455552

Black with #455552

Text Example


Text Example

White with #455552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455552; }

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

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

background-color css

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

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

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

border-color css

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

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

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