Html Css Color HEX #25554F Dark Slate Grey

📋 copy color: '#25554F'

red 37 ◦ green 85 ◦ blue 79

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

Shades of Dark Slate Grey #25554F

Tints of Dark Slate Grey #25554F

RGB

 RED value IS 37 (14.84% from 255) = 18.41%

 GREEN value IS 85 (33.59% from 255) = 42.29%

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 18.41%
G = 42.29%
B = 39.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#25554F (or 0x25554F) is known color: Dark Slate Grey. HEX triplet: 25, 55 and 4F. RGB value is (37,85,79). Sum of RGB (Red+Green+Blue) = 37+85+79=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #25554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25554F is #DAAAB0. Grayscale: #454545. Windows color (decimal): -14330545 or 5199141. OLE color: 5199141.

HSL color Cylindrical-coordinate representation of color #25554F: hue angle of 172.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #25554F is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 85 79 -
CMYK 0.56 0 0.07 0.67
HSL 172.5º 0.39% 0.24% -
HSV(B) 172.5º 0.56% 0.33% -
XYZ 5.42 7.45 8.55 -
YUV 69.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 37 85 79 0.56 0 0.07 0.67 172.5 0.39 0.24
Hex 25 55 4F 38 0 7 43 AC 27 18
Octal 45 125 117 70 0 7 103 254 47 30
Binary 100101 1010101 1001111 111000 0 111 1000011 10101100 100111 11000

Color Harmonies of #25554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25554F

Black with #25554F

Text Example


Text Example

White with #25554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25554F; }

 p { color: rgb(37,85,79); }

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

background-color css

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

 a { background-color: rgb(37,85,79); }

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

border-color css

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

 span { border-color: rgb(37,85,79); }

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