Html Css Color HEX #25555B Dark Slate Grey

📋 copy color: '#25555B'

red 37 ◦ green 85 ◦ blue 91

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

Shades of Dark Slate Grey #25555B

Tints of Dark Slate Grey #25555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.72%

R = 17.37%
G = 39.91%
B = 42.72%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25555B (or 0x25555B) is known color: Dark Slate Grey. HEX triplet: 25, 55 and 5B. RGB value is (37,85,91). Sum of RGB (Red+Green+Blue) = 37+85+91=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #25555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25555B is #DAAAA4. Grayscale: #474747. Windows color (decimal): -14330533 or 5985573. OLE color: 5985573.

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

Color convert

RGB 37 85 91 -
CMYK 0.59 0.07 0 0.64
HSL 186.67º 0.42% 0.25% -
HSV(B) 186.67º 0.59% 0.36% -
XYZ 5.9 7.65 11.06 -
YUV 71.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 37 85 91 0.59 0.07 0 0.64 186.67 0.42 0.25
Hex 25 55 5B 3B 7 0 40 BB 2A 19
Octal 45 125 133 73 7 0 100 273 52 31
Binary 100101 1010101 1011011 111011 111 0 1000000 10111011 101010 11001

Color Harmonies of #25555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25555B

Black with #25555B

Text Example


Text Example

White with #25555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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