Html Css Color HEX #425C5A Dark Slate

📋 copy color: '#425C5A'

red 66 ◦ green 92 ◦ blue 90

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

Shades of Dark Slate #425C5A

Tints of Dark Slate #425C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.1%

 BLUE value IS 90 (35.55% from 255) = 36.29%

R = 26.61%
G = 37.1%
B = 36.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 66 92 90 -
CMYK 0.28 0 0.02 0.64
HSL 175.38º 0.16% 0.31% -
HSV(B) 175.38º 0.28% 0.36% -
XYZ 7.92 9.55 11.1 -
YUV 84 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 66 92 90 0.28 0 0.02 0.64 175.38 0.16 0.31
Hex 42 5C 5A 1C 0 2 40 AF 10 1F
Octal 102 134 132 34 0 2 100 257 20 37
Binary 1000010 1011100 1011010 11100 0 10 1000000 10101111 10000 11111

Color Harmonies of #425C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C5A

Black with #425C5A

Text Example


Text Example

White with #425C5A

Text Example


Text Example

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