#265155

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

Shades of Dark Slate Grey #265155

Tints of Dark Slate Grey #265155

Color information

#265155 (or 0x265155) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 51 and 55. RGB value is (38,81,85). Sum of RGB (Red+Green+Blue) = 38+81+85=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #265155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265155 is #D9AEAA. Grayscale: #444444. Windows color (decimal): -14266027 or 5591334. OLE color: 5591334.

HSL color Cylindrical-coordinate representation of color #265155: hue angle of 185.11º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #265155 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB388185-
CMYK0.550.0500.67
HSL185.11º38.21%24.12%-
HSV(B)185.11º55.29%33.33%-
XYZ5.386.959.65-
YUV68.6137.25106.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=18.63%
G=39.71%
B=41.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3881850.550.0500.67185.1138.2124.12
Hex265155375043b92618
Octal4612112567501032714630
Binary10011010100011010101110111101010000111011100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265155; }

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

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

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

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

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

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

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

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