#265559

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

Shades of Dark Slate Grey #265559

Tints of Dark Slate Grey #265559

Color information

#265559 (or 0x265559) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 55 and 59. RGB value is (38,85,89). Sum of RGB (Red+Green+Blue) = 38+85+89=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #265559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265559 is #D9AAA6. Grayscale: #474747. Windows color (decimal): -14264999 or 5854502. OLE color: 5854502.

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

Color convert

RGB388589-
CMYK0.570.0400.65
HSL184.71º40.16%24.9%-
HSV(B)184.71º57.3%34.9%-
XYZ5.857.6310.62-
YUV71.4137.93104.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.92%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=17.92%
G=40.09%
B=41.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3885890.570.0400.65184.7140.1624.9
Hex265559394041b92819
Octal4612513171401012715031
Binary10011010101011011001111001100010000011011100110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265559; }

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

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

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

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

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

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

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

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