Html Css Color HEX #255459 Dark Slate Grey

📋 copy color: '#255459'

red 37 ◦ green 84 ◦ blue 89

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

Shades of Dark Slate Grey #255459

Tints of Dark Slate Grey #255459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 42.38%

R = 17.62%
G = 40%
B = 42.38%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#255459 (or 0x255459) is known color: Dark Slate Grey. HEX triplet: 25, 54 and 59. RGB value is (37,84,89). Sum of RGB (Red+Green+Blue) = 37+84+89=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #255459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255459 is #DAABA6. Grayscale: #464646. Windows color (decimal): -14330791 or 5854245. OLE color: 5854245.

HSL color Cylindrical-coordinate representation of color #255459: hue angle of 185.77º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255459 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 84 89 -
CMYK 0.58 0.06 0 0.65
HSL 185.77º 0.41% 0.25% -
HSV(B) 185.77º 0.58% 0.35% -
XYZ 5.74 7.46 10.59 -
YUV 70.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 37 84 89 0.58 0.06 0 0.65 185.77 0.41 0.25
Hex 25 54 59 3A 6 0 41 BA 29 19
Octal 45 124 131 72 6 0 101 272 51 31
Binary 100101 1010100 1011001 111010 110 0 1000001 10111010 101001 11001

Color Harmonies of #255459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255459

Black with #255459

Text Example


Text Example

White with #255459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255459; }

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

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

background-color css

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

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

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

border-color css

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

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

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