Html Css Color HEX #25545A Dark Slate Grey

📋 copy color: '#25545A'

red 37 ◦ green 84 ◦ blue 90

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

Shades of Dark Slate Grey #25545A

Tints of Dark Slate Grey #25545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.81%

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

R = 17.54%
G = 39.81%
B = 42.65%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25545A (or 0x25545A) is known color: Dark Slate Grey. HEX triplet: 25, 54 and 5A. RGB value is (37,84,90). Sum of RGB (Red+Green+Blue) = 37+84+90=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #25545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25545A is #DAABA5. Grayscale: #464646. Windows color (decimal): -14330790 or 5919781. OLE color: 5919781.

HSL color Cylindrical-coordinate representation of color #25545A: hue angle of 186.79º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25545A is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 84 90 -
CMYK 0.59 0.07 0 0.65
HSL 186.79º 0.42% 0.25% -
HSV(B) 186.79º 0.59% 0.35% -
XYZ 5.78 7.47 10.81 -
YUV 70.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 37 84 90 0.59 0.07 0 0.65 186.79 0.42 0.25
Hex 25 54 5A 3B 7 0 41 BB 2A 19
Octal 45 124 132 73 7 0 101 273 52 31
Binary 100101 1010100 1011010 111011 111 0 1000001 10111011 101010 11001

Color Harmonies of #25545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25545A

Black with #25545A

Text Example


Text Example

White with #25545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25545A; }

 p { color: rgb(37,84,90); }

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

background-color css

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

 a { background-color: rgb(37,84,90); }

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

border-color css

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

 span { border-color: rgb(37,84,90); }

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