Html Css Color HEX #425D5A Dark Slate

📋 copy color: '#425D5A'

red 66 ◦ green 93 ◦ blue 90

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

Shades of Dark Slate #425D5A

Tints of Dark Slate #425D5A

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 value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#425D5A (or 0x425D5A) is known color: 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

RGB 66 93 90 -
CMYK 0.29 0 0.03 0.64
HSL 173.33º 0.17% 0.31% -
HSV(B) 173.33º 0.29% 0.36% -
XYZ 8.01 9.73 11.13 -
YUV 84.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 66 93 90 0.29 0 0.03 0.64 173.33 0.17 0.31
Hex 42 5D 5A 1D 0 3 40 AD 11 1F
Octal 102 135 132 35 0 3 100 255 21 37
Binary 1000010 1011101 1011010 11101 0 11 1000000 10101101 10001 11111

Color Harmonies of #425D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D5A

Black with #425D5A

Text Example


Text Example

White with #425D5A

Text Example


Text Example

HTML Codes & Css Web 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>