#265355

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

Shades of Dark Slate Grey #265355

Tints of Dark Slate Grey #265355

Color information

#265355 (or 0x265355) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 53 and 55. RGB value is (38,83,85). Sum of RGB (Red+Green+Blue) = 38+83+85=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #265355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265355 is #D9ACAA. Grayscale: #454545. Windows color (decimal): -14265515 or 5591846. OLE color: 5591846.

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

Color convert

RGB388385-
CMYK0.550.0200.67
HSL182.55º38.21%24.12%-
HSV(B)182.55º55.29%33.33%-
XYZ5.537.259.7-
YUV69.77136.59105.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=18.45%
G=40.29%
B=41.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3883850.550.0200.67182.5538.2124.12
Hex265355372043b72618
Octal4612312567201032674630
Binary1001101010011101010111011110010000111011011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265355; }

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

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

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

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

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

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

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

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