#265558

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

Shades of Dark Slate Grey #265558

Tints of Dark Slate Grey #265558

Color information

#265558 (or 0x265558) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 55 and 58. RGB value is (38,85,88). Sum of RGB (Red+Green+Blue) = 38+85+88=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #265558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265558 is #D9AAA7. Grayscale: #474747. Windows color (decimal): -14265000 or 5788966. OLE color: 5788966.

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

Color convert

RGB388588-
CMYK0.570.0300.65
HSL183.6º39.68%24.71%-
HSV(B)183.6º56.82%34.51%-
XYZ5.817.6110.4-
YUV71.29137.43104.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=18.01%
G=40.28%
B=41.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3885880.570.0300.65183.639.6824.71
Hex265558393041b82819
Octal4612513071301012705031
Binary1001101010101101100011100111010000011011100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265558; }

 p { color: rgb(38,85,88); }

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

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

 a { background-color: rgb(38,85,88); }

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

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

 span { border-color: rgb(38,85,88); }

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