#265050

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

Shades of Dark Slate Grey #265050

Tints of Dark Slate Grey #265050

Color information

#265050 (or 0x265050) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 50 and 50. RGB value is (38,80,80). Sum of RGB (Red+Green+Blue) = 38+80+80=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #265050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265050 is #D9AFAF. Grayscale: #434343. Windows color (decimal): -14266288 or 5263398. OLE color: 5263398.

HSL color Cylindrical-coordinate representation of color #265050: hue angle of 180º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #265050 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB388080-
CMYK0.52000.69
HSL180º35.59%23.14%-
HSV(B)180º52.5%31.37%-
XYZ5.126.738.62-
YUV67.44135.09107-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.19%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=19.19%
G=40.40%
B=40.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880800.52000.6918035.5923.14
Hex265050340045b42417
Octal4612012064001052644427
Binary100110101000010100001101000010001011011010010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265050; }

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

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

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

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

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

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

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

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