Html Css Color HEX #425856 Dark Slate

📋 copy color: '#425856'

red 66 ◦ green 88 ◦ blue 86

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

Shades of Dark Slate #425856

Tints of Dark Slate #425856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 27.5%
G = 36.67%
B = 35.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#425856 (or 0x425856) is known color: Dark Slate. HEX triplet: 42, 58 and 56. RGB value is (66,88,86). Sum of RGB (Red+Green+Blue) = 66+88+86=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #425856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425856 is #BDA7A9. Grayscale: #515151. Windows color (decimal): -12429226 or 5658690. OLE color: 5658690.

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

Color convert

RGB 66 88 86 -
CMYK 0.25 0 0.02 0.65
HSL 174.55º 0.14% 0.3% -
HSV(B) 174.55º 0.25% 0.35% -
XYZ 7.42 8.81 10.11 -
YUV 81.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 66 88 86 0.25 0 0.02 0.65 174.55 0.14 0.3
Hex 42 58 56 19 0 2 41 AF E 1E
Octal 102 130 126 31 0 2 101 257 16 36
Binary 1000010 1011000 1010110 11001 0 10 1000001 10101111 1110 11110

Color Harmonies of #425856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425856

Black with #425856

Text Example


Text Example

White with #425856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425856; }

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

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

background-color css

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

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

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

border-color css

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

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

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