#255458

Color #255458 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #255458

Tints of Dark Slate Grey #255458

Color information

#255458 (or 0x255458) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 54 and 58. RGB value is (37,84,88). Sum of RGB (Red+Green+Blue) = 37+84+88=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #255458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255458 is #DAABA7. Grayscale: #464646. Windows color (decimal): -14330792 or 5788709. OLE color: 5788709.

HSL color Cylindrical-coordinate representation of color #255458: hue angle of 184.71º 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 #255458 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB378488-
CMYK0.580.0500.65
HSL184.71º40.8%24.51%-
HSV(B)184.71º57.95%34.51%-
XYZ5.697.4410.37-
YUV70.4137.93104.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=17.70%
G=40.19%
B=42.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3784880.580.0500.65184.7140.824.51
Hex2554583A5041b92919
Octal4512413072501012715131
Binary10010110101001011000111010101010000011011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255458; }

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

 H1.HeaderClassName
 {
   color: #255458;
 }
 .AnyTagClassName
 {
   color: #255458;
 }
</style>
background-color css

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

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

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

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

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

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