#26555A

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

Shades of Dark Slate Grey #26555A

Tints of Dark Slate Grey #26555A

Color information

#26555A (or 0x26555A) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 55 and 5A. RGB value is (38,85,90). Sum of RGB (Red+Green+Blue) = 38+85+90=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #26555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26555A is #D9AAA5. Grayscale: #474747. Windows color (decimal): -14264998 or 5920038. OLE color: 5920038.

HSL color Cylindrical-coordinate representation of color #26555A: hue angle of 185.77º 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 #26555A is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB388590-
CMYK0.580.0600.65
HSL185.77º40.62%25.1%-
HSV(B)185.77º57.78%35.29%-
XYZ5.897.6510.84-
YUV71.52138.43104.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=17.84%
G=39.91%
B=42.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3885900.580.0600.65185.7740.6225.1
Hex26555A3A6041ba2919
Octal4612513272601012725131
Binary10011010101011011010111010110010000011011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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