#265051

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

Shades of Dark Slate Grey #265051

Tints of Dark Slate Grey #265051

Color information

#265051 (or 0x265051) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 50 and 51. RGB value is (38,80,81). Sum of RGB (Red+Green+Blue) = 38+80+81=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #265051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265051 is #D9AFAE. Grayscale: #434343. Windows color (decimal): -14266287 or 5328934. OLE color: 5328934.

HSL color Cylindrical-coordinate representation of color #265051: hue angle of 181.4º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #265051 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB388081-
CMYK0.530.0100.68
HSL181.4º36.13%23.33%-
HSV(B)181.4º53.09%31.76%-
XYZ5.156.748.81-
YUV67.56135.59106.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=19.10%
G=40.20%
B=40.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3880810.530.0100.68181.436.1323.33
Hex265051351044b52417
Octal4612012165101042654427
Binary100110101000010100011101011010001001011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265051; }

 p { color: rgb(38,80,81); }

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

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

 a { background-color: rgb(38,80,81); }

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

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

 span { border-color: rgb(38,80,81); }

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