#265150

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

Shades of Dark Slate Grey #265150

Tints of Dark Slate Grey #265150

Color information

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

HSL color Cylindrical-coordinate representation of color #265150: hue angle of 178.6º 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 #265150 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB388180-
CMYK0.5300.010.68
HSL178.6º36.13%23.33%-
HSV(B)178.6º53.09%31.76%-
XYZ5.196.888.64-
YUV68.03134.75106.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881800.5300.010.68178.636.1323.33
Hex265150350144b32417
Octal4612112065011042634427
Binary100110101000110100001101010110001001011001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265150; }

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

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

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

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

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

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

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

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