Html Css Color HEX #425857 Dark Slate

📋 copy color: '#425857'

red 66 ◦ green 88 ◦ blue 87

#425857
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #425857

Tints of Dark Slate #425857

RGB

 RED value IS 66 (26.17% from 255) = 27.39%

 GREEN value IS 88 (34.77% from 255) = 36.51%

 BLUE value IS 87 (34.38% from 255) = 36.1%

R = 27.39%
G = 36.51%
B = 36.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#425857 (or 0x425857) is known color: Dark Slate. HEX triplet: 42, 58 and 57. RGB value is (66,88,87). Sum of RGB (Red+Green+Blue) = 66+88+87=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #425857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425857 is #BDA7A8. Grayscale: #515151. Windows color (decimal): -12429225 or 5724226. OLE color: 5724226.

HSL color Cylindrical-coordinate representation of color #425857: hue angle of 177.27º 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 #425857 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 87 -
CMYK 0.25 0 0.01 0.65
HSL 177.27º 0.14% 0.3% -
HSV(B) 177.27º 0.25% 0.35% -
XYZ 7.46 8.83 10.33 -
YUV 81.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 66 88 87 0.25 0 0.01 0.65 177.27 0.14 0.3
Hex 42 58 57 19 0 1 41 B1 E 1E
Octal 102 130 127 31 0 1 101 261 16 36
Binary 1000010 1011000 1010111 11001 0 1 1000001 10110001 1110 11110

Color Harmonies of #425857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425857

Black with #425857

Text Example


Text Example

White with #425857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425857; }

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

 H1.HeaderClassName
 {
   color: #425857;
 }
 .AnyTagClassName
 {
   color: #425857;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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