#425C5A

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

Shades of Dark Slate #425C5A

Tints of Dark Slate #425C5A

Color information

#425C5A (or 0x425C5A) is unknown color: approx Dark Slate. HEX triplet: 42, 5C and 5A. RGB value is (66,92,90). Sum of RGB (Red+Green+Blue) = 66+92+90=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 92 - color contains mainly: green. Hex color #425C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C5A is #BDA3A5. Grayscale: #535353. Windows color (decimal): -12428198 or 5921858. OLE color: 5921858.

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

Color convert

RGB669290-
CMYK0.2800.020.64
HSL175.38º16.46%30.98%-
HSV(B)175.38º28.26%36.08%-
XYZ7.929.5511.1-
YUV84131.39115.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=26.61%
G=37.10%
B=36.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692900.2800.020.64175.3816.4630.98
Hex425C5A1C0240af101f
Octal10213413234021002572037
Binary100001010111001011010111000101000000101011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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