#265053

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

Shades of Dark Slate Grey #265053

Tints of Dark Slate Grey #265053

Color information

#265053 (or 0x265053) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 50 and 53. RGB value is (38,80,83). Sum of RGB (Red+Green+Blue) = 38+80+83=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #265053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265053 is #D9AFAC. Grayscale: #434343. Windows color (decimal): -14266285 or 5460006. OLE color: 5460006.

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

Color convert

RGB388083-
CMYK0.540.0400.67
HSL184º37.19%23.73%-
HSV(B)184º54.22%32.55%-
XYZ5.236.779.22-
YUV67.78136.59106.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=18.91%
G=39.80%
B=41.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3880830.540.0400.6718437.1923.73
Hex265053364043b82518
Octal4612012366401032704530
Binary10011010100001010011110110100010000111011100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265053; }

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

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

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

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

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

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

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

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