#425D5A

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

Shades of Dark Slate #425D5A

Tints of Dark Slate #425D5A

Color information

#425D5A (or 0x425D5A) is unknown color: approx Dark Slate. HEX triplet: 42, 5D and 5A. RGB value is (66,93,90). Sum of RGB (Red+Green+Blue) = 66+93+90=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 93 - color contains mainly: green. Hex color #425D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D5A is #BDA2A5. Grayscale: #545454. Windows color (decimal): -12427942 or 5922114. OLE color: 5922114.

HSL color Cylindrical-coordinate representation of color #425D5A: hue angle of 173.33º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425D5A is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB669390-
CMYK0.2900.030.64
HSL173.33º16.98%31.18%-
HSV(B)173.33º29.03%36.47%-
XYZ8.019.7311.13-
YUV84.58131.05114.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=26.51%
G=37.35%
B=36.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693900.2900.030.64173.3316.9831.18
Hex425D5A1D0340ad111f
Octal10213513235031002552137
Binary100001010111011011010111010111000000101011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425D5A; }

 p { color: rgb(66,93,90); }

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

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

 a { background-color: rgb(66,93,90); }

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

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

 span { border-color: rgb(66,93,90); }

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