Html Css Color HEX #455051 Dark Slate

📋 copy color: '#455051'

red 69 ◦ green 80 ◦ blue 81

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

Shades of Dark Slate #455051

Tints of Dark Slate #455051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.22%

R = 30%
G = 34.78%
B = 35.22%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#455051 (or 0x455051) is known color: Dark Slate. HEX triplet: 45, 50 and 51. RGB value is (69,80,81). Sum of RGB (Red+Green+Blue) = 69+80+81=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: blue. Hex color #455051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455051 is #BAAFAE. Grayscale: #4C4C4C. Windows color (decimal): -12234671 or 5328965. OLE color: 5328965.

HSL color Cylindrical-coordinate representation of color #455051: hue angle of 185º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #455051 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 80 81 -
CMYK 0.15 0.01 0 0.68
HSL 185º 0.08% 0.29% -
HSV(B) 185º 0.15% 0.32% -
XYZ 6.81 7.6 8.89 -
YUV 76.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 69 80 81 0.15 0.01 0 0.68 185 0.08 0.29
Hex 45 50 51 F 1 0 44 B9 8 1D
Octal 105 120 121 17 1 0 104 271 10 35
Binary 1000101 1010000 1010001 1111 1 0 1000100 10111001 1000 11101

Color Harmonies of #455051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455051

Black with #455051

Text Example


Text Example

White with #455051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455051; }

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

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

background-color css

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

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

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

border-color css

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

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

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