Html Css Color HEX #455555 Dark Slate

📋 copy color: '#455555'

red 69 ◦ green 85 ◦ blue 85

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

Shades of Dark Slate #455555

Tints of Dark Slate #455555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 28.87%
G = 35.56%
B = 35.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#455555 (or 0x455555) is known color: Dark Slate. HEX triplet: 45, 55 and 55. RGB value is (69,85,85). Sum of RGB (Red+Green+Blue) = 69+85+85=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #455555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455555 is #BAAAAA. Grayscale: #505050. Windows color (decimal): -12233387 or 5592389. OLE color: 5592389.

HSL color Cylindrical-coordinate representation of color #455555: hue angle of 180º 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 #455555 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 85 85 -
CMYK 0.19 0 0 0.67
HSL 180º 0.1% 0.3% -
HSV(B) 180º 0.19% 0.33% -
XYZ 7.34 8.42 9.83 -
YUV 80.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 69 85 85 0.19 0 0 0.67 180 0.1 0.3
Hex 45 55 55 13 0 0 43 B4 A 1E
Octal 105 125 125 23 0 0 103 264 12 36
Binary 1000101 1010101 1010101 10011 0 0 1000011 10110100 1010 11110

Color Harmonies of #455555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455555

Black with #455555

Text Example


Text Example

White with #455555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455555; }

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

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

background-color css

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

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

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

border-color css

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

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

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