#425754

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

Shades of Dark Slate #425754

Tints of Dark Slate #425754

Color information

#425754 (or 0x425754) is unknown color: approx Dark Slate. HEX triplet: 42, 57 and 54. RGB value is (66,87,84). Sum of RGB (Red+Green+Blue) = 66+87+84=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #425754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425754 is #BDA8AB. Grayscale: #505050. Windows color (decimal): -12429484 or 5527362. OLE color: 5527362.

HSL color Cylindrical-coordinate representation of color #425754: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #425754 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB668784-
CMYK0.2400.030.66
HSL171.43º13.73%30%-
HSV(B)171.43º24.14%34.12%-
XYZ7.268.619.67-
YUV80.38130.04117.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=27.85%
G=36.71%
B=35.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6687840.2400.030.66171.4313.7330
Hex425754180342abe1e
Octal10212712430031022531636
Binary10000101010111101010011000011100001010101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425754; }

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

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

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

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

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

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

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

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