#265357

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

Shades of Dark Slate Grey #265357

Tints of Dark Slate Grey #265357

Color information

#265357 (or 0x265357) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 53 and 57. RGB value is (38,83,87). Sum of RGB (Red+Green+Blue) = 38+83+87=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #265357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265357 is #D9ACA8. Grayscale: #454545. Windows color (decimal): -14265513 or 5722918. OLE color: 5722918.

HSL color Cylindrical-coordinate representation of color #265357: hue angle of 184.9º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #265357 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB388387-
CMYK0.560.0500.66
HSL184.9º39.2%24.51%-
HSV(B)184.9º56.32%34.12%-
XYZ5.617.2910.13-
YUV70137.59105.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.27%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=18.27%
G=39.90%
B=41.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3883870.560.0500.66184.939.224.51
Hex265357385042b92719
Octal4612312770501022714731
Binary10011010100111010111111000101010000101011100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265357; }

 p { color: rgb(38,83,87); }

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

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

 a { background-color: rgb(38,83,87); }

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

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

 span { border-color: rgb(38,83,87); }

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