#265055

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

Shades of Dark Slate Grey #265055

Tints of Dark Slate Grey #265055

Color information

#265055 (or 0x265055) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 50 and 55. RGB value is (38,80,85). Sum of RGB (Red+Green+Blue) = 38+80+85=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #265055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265055 is #D9AFAA. Grayscale: #434343. Windows color (decimal): -14266283 or 5591078. OLE color: 5591078.

HSL color Cylindrical-coordinate representation of color #265055: hue angle of 186.38º 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 #265055 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB388085-
CMYK0.550.0600.67
HSL186.38º38.21%24.12%-
HSV(B)186.38º55.29%33.33%-
XYZ5.316.819.63-
YUV68.01137.59106.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=18.72%
G=39.41%
B=41.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3880850.550.0600.67186.3838.2124.12
Hex265055376043ba2618
Octal4612012567601032724630
Binary10011010100001010101110111110010000111011101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265055; }

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

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

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

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

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

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

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

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