#264E53

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

Shades of Dark Slate Grey #264E53

Tints of Dark Slate Grey #264E53

Color information

#264E53 (or 0x264E53) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 4E and 53. RGB value is (38,78,83). Sum of RGB (Red+Green+Blue) = 38+78+83=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #264E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E53 is #D9B1AC. Grayscale: #424242. Windows color (decimal): -14266797 or 5459494. OLE color: 5459494.

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

Color convert

RGB387883-
CMYK0.540.0600.67
HSL186.67º37.19%23.73%-
HSV(B)186.67º54.22%32.55%-
XYZ5.096.499.17-
YUV66.61137.25107.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=19.10%
G=39.20%
B=41.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3878830.540.0600.67186.6737.1923.73
Hex264E53366043bb2518
Octal4611612366601032734530
Binary10011010011101010011110110110010000111011101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264E53; }

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

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

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

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

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

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

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

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