#26555B

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

Shades of Dark Slate Grey #26555B

Tints of Dark Slate Grey #26555B

Color information

#26555B (or 0x26555B) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 55 and 5B. RGB value is (38,85,91). Sum of RGB (Red+Green+Blue) = 38+85+91=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #26555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26555B is #D9AAA4. Grayscale: #474747. Windows color (decimal): -14264997 or 5985574. OLE color: 5985574.

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

Color convert

RGB388591-
CMYK0.580.0700.64
HSL186.79º41.09%25.29%-
HSV(B)186.79º58.24%35.69%-
XYZ5.947.6611.06-
YUV71.63138.93104.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=17.76%
G=39.72%
B=42.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3885910.580.0700.64186.7941.0925.29
Hex26555B3A7040bb2919
Octal4612513372701002735131
Binary10011010101011011011111010111010000001011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26555B; }

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

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

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

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

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

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

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

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