#265459

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

Shades of Dark Slate Grey #265459

Tints of Dark Slate Grey #265459

Color information

#265459 (or 0x265459) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 54 and 59. RGB value is (38,84,89). Sum of RGB (Red+Green+Blue) = 38+84+89=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #265459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265459 is #D9ABA6. Grayscale: #464646. Windows color (decimal): -14265255 or 5854246. OLE color: 5854246.

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

Color convert

RGB388489-
CMYK0.570.0600.65
HSL185.88º40.16%24.9%-
HSV(B)185.88º57.3%34.9%-
XYZ5.777.4710.59-
YUV70.82138.26104.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=18.01%
G=39.81%
B=42.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3884890.570.0600.65185.8840.1624.9
Hex265459396041ba2819
Octal4612413171601012725031
Binary10011010101001011001111001110010000011011101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265459; }

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

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

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

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

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

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

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

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