#265455

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

Shades of Dark Slate Grey #265455

Tints of Dark Slate Grey #265455

Color information

#265455 (or 0x265455) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 54 and 55. RGB value is (38,84,85). Sum of RGB (Red+Green+Blue) = 38+84+85=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #265455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265455 is #D9ABAA. Grayscale: #464646. Windows color (decimal): -14265259 or 5592102. OLE color: 5592102.

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

Color convert

RGB388485-
CMYK0.550.0100.67
HSL181.28º38.21%24.12%-
HSV(B)181.28º55.29%33.33%-
XYZ5.617.419.73-
YUV70.36136.26104.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=18.36%
G=40.58%
B=41.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884850.550.0100.67181.2838.2124.12
Hex265455371043b52618
Octal4612412567101032654630
Binary100110101010010101011101111010000111011010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265455; }

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

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

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

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

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

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

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

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