#425954

Color #425954 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #425954

Tints of Dark Slate #425954

Color information

#425954 (or 0x425954) is unknown color: approx Dark Slate. HEX triplet: 42, 59 and 54. RGB value is (66,89,84). Sum of RGB (Red+Green+Blue) = 66+89+84=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #425954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425954 is #BDA6AB. Grayscale: #515151. Windows color (decimal): -12428972 or 5527874. OLE color: 5527874.

HSL color Cylindrical-coordinate representation of color #425954: hue angle of 166.96º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #425954 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB668984-
CMYK0.2600.060.65
HSL166.96º14.84%30.39%-
HSV(B)166.96º25.84%34.9%-
XYZ7.428.949.72-
YUV81.55129.38116.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=27.62%
G=37.24%
B=35.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689840.2600.060.65166.9614.8430.39
Hex4259541A0641a7f1e
Octal10213112432061012471736
Binary100001010110011010100110100110100000110100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425954; }

 p { color: rgb(66,89,84); }

 H1.HeaderClassName
 {
   color: #425954;
 }
 .AnyTagClassName
 {
   color: #425954;
 }
</style>
background-color css

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

 a { background-color: rgb(66,89,84); }

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

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

 span { border-color: rgb(66,89,84); }

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