#425855

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

Shades of Dark Slate #425855

Tints of Dark Slate #425855

Color information

#425855 (or 0x425855) is unknown color: approx Dark Slate. HEX triplet: 42, 58 and 55. RGB value is (66,88,85). Sum of RGB (Red+Green+Blue) = 66+88+85=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #425855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425855 is #BDA7AA. Grayscale: #515151. Windows color (decimal): -12429227 or 5593154. OLE color: 5593154.

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

Color convert

RGB668885-
CMYK0.2500.030.65
HSL171.82º14.29%30.2%-
HSV(B)171.82º25%34.51%-
XYZ7.388.799.9-
YUV81.08130.21117.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=27.62%
G=36.82%
B=35.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688850.2500.030.65171.8214.2930.2
Hex425855190341ace1e
Octal10213012531031012541636
Binary10000101011000101010111001011100000110101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425855; }

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

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

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

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

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

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

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

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