Html Css Color HEX #455855 Dark Slate

📋 copy color: '#455855'

red 69 ◦ green 88 ◦ blue 85

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

Shades of Dark Slate #455855

Tints of Dark Slate #455855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

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

R = 28.51%
G = 36.36%
B = 35.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#455855 (or 0x455855) is known color: Dark Slate. HEX triplet: 45, 58 and 55. RGB value is (69,88,85). Sum of RGB (Red+Green+Blue) = 69+88+85=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 88 - color contains mainly: green. Hex color #455855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455855 is #BAA7AA. Grayscale: #515151. Windows color (decimal): -12232619 or 5593157. OLE color: 5593157.

HSL color Cylindrical-coordinate representation of color #455855: hue angle of 170.53º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455855 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 88 85 -
CMYK 0.22 0 0.03 0.65
HSL 170.53º 0.12% 0.31% -
HSV(B) 170.53º 0.22% 0.35% -
XYZ 7.58 8.9 9.91 -
YUV 81.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 69 88 85 0.22 0 0.03 0.65 170.53 0.12 0.31
Hex 45 58 55 16 0 3 41 AB C 1F
Octal 105 130 125 26 0 3 101 253 14 37
Binary 1000101 1011000 1010101 10110 0 11 1000001 10101011 1100 11111

Color Harmonies of #455855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455855

Black with #455855

Text Example


Text Example

White with #455855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455855; }

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

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

background-color css

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

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

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

border-color css

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

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

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