#26545A

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

Shades of Dark Slate Grey #26545A

Tints of Dark Slate Grey #26545A

Color information

#26545A (or 0x26545A) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 54 and 5A. RGB value is (38,84,90). Sum of RGB (Red+Green+Blue) = 38+84+90=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #26545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26545A is #D9ABA5. Grayscale: #464646. Windows color (decimal): -14265254 or 5919782. OLE color: 5919782.

HSL color Cylindrical-coordinate representation of color #26545A: hue angle of 186.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26545A is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB388490-
CMYK0.580.0700.65
HSL186.92º40.62%25.1%-
HSV(B)186.92º57.78%35.29%-
XYZ5.827.4910.81-
YUV70.93138.76104.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.92%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=17.92%
G=39.62%
B=42.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3884900.580.0700.65186.9240.6225.1
Hex26545A3A7041bb2919
Octal4612413272701012735131
Binary10011010101001011010111010111010000011011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26545A; }

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

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

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

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

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

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

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

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