#265458

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

Shades of Dark Slate Grey #265458

Tints of Dark Slate Grey #265458

Color information

#265458 (or 0x265458) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 54 and 58. RGB value is (38,84,88). Sum of RGB (Red+Green+Blue) = 38+84+88=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #265458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265458 is #D9ABA7. Grayscale: #464646. Windows color (decimal): -14265256 or 5788710. OLE color: 5788710.

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

Color convert

RGB388488-
CMYK0.570.0500.65
HSL184.8º39.68%24.71%-
HSV(B)184.8º56.82%34.51%-
XYZ5.737.4610.37-
YUV70.7137.76104.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=18.10%
G=40%
B=41.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3884880.570.0500.65184.839.6824.71
Hex265458395041b92819
Octal4612413071501012715031
Binary10011010101001011000111001101010000011011100110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265458; }

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

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

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

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

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

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

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

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