#265253

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

Shades of Dark Slate Grey #265253

Tints of Dark Slate Grey #265253

Color information

#265253 (or 0x265253) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 52 and 53. RGB value is (38,82,83). Sum of RGB (Red+Green+Blue) = 38+82+83=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #265253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265253 is #D9ADAC. Grayscale: #444444. Windows color (decimal): -14265773 or 5460518. OLE color: 5460518.

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

Color convert

RGB388283-
CMYK0.540.0100.67
HSL181.33º37.19%23.73%-
HSV(B)181.33º54.22%32.55%-
XYZ5.387.079.27-
YUV68.96135.92105.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=18.72%
G=40.39%
B=40.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3882830.540.0100.67181.3337.1923.73
Hex265253361043b52518
Octal4612212366101032654530
Binary100110101001010100111101101010000111011010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265253; }

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

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

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

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

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

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

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

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